which is the best design to use while designing screens in java swing.
hafz Khan
Greenhorn
Joined: Jul 04, 2010
Posts: 15
posted
0
Hi all,
I have designed screens in swing and have placed the components using setBounds()..and while i checked on screens with different resolutions , the components are unorderly placed..can anyone help me out and let me know which is the best thing to be done.
Thanks in Advance,
hfz.
Michael Dunn
Rancher
Joined: Jun 09, 2003
Posts: 3619
posted
0
> ...which is the best thing to be done.
use layout managers
subject: which is the best design to use while designing screens in java swing.