There are 3 ways to make the gui layout look better .
1)GridBagLayout(Part of the standard jdk) -->
GridBag Tutorial 2)
MigLayout --> (Great Layout Manager ...even better than GridBagLayout but outside the jdk package)
3)Netbans Mattise GUI Builder --> Download from netbeans.org (this is the easiest way using Drag N Drop to create quick protottypes)
[ October 16, 2008: Message edited by: Pavan Kumar Srinivasan ]
[ October 16, 2008: Message edited by: Pavan Kumar Srinivasan ]