aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Align JLabel, JTextField inside TitledBorder Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Align JLabel, JTextField inside TitledBorder" Watch "Align JLabel, JTextField inside TitledBorder" New topic
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Align JLabel, JTextField inside TitledBorder
 
Similar Threads
JScrollPane Problem
ActionListener problems
JTextArea Problems
setEditable(true) function of jcombobox not working
align JLabels and JTextFields vertically in different areas