customize Swing components

Hi,
I would like to customize components in different Jpanels, in such a way
that all components is aligned to each other. Fx. textbox 2 in JPanel 2 is
aligned to textbox1 in JPanel1. Is it possible ?
John
[226 byte] By [developer-network] at [2007-11-15 19:13:34]
# 1 Re: customize Swing components
I don't know which layout u r using for both the panels and how they r arranged (vertically/horzontally).

But, well I don't think u can align two textboxes in separate panels (it is possible by creating ur own LayoutManagers, but its quite hectic)

- UnicMan
http://members.tripod.com/unicman
unicman at 2007-11-10 3:01:32 >