| Author |
Align JLabel, JTextField inside TitledBorder
|
albert kao
Ranch Hand
Joined: Feb 04, 2010
Posts: 224
|
|
How to align JLabel & JTextField which are outside a TitledBorder with the JLabel & JTextField which are inside a TitledBorder?
My simplified Swing test program is as follows.
I use GridBagLayout for more powerful control.
i.e. how to align lastNameLabel with cityLabel & streetNumberLabel,
lastNameText with cityText & streetNumberText?
|
 |
 |
|
|
subject: Align JLabel, JTextField inside TitledBorder
|
|
|