I need an layout manager that lays componets out like HTML's <table> control.
java.awt.GridLayout seems is not match as width-of-each-component is the width-of-widest-component.