The moose likes Swing / AWT / SWT / JFace and the fly likes which is the best design to use while designing screens in java swing. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "which is the best design to use while designing screens in java swing." Watch "which is the best design to use while designing screens in java swing." New topic
Author

which is the best design to use while designing screens in java swing.

hafz Khan
Greenhorn

Joined: Jul 04, 2010
Posts: 15
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
> ...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.
 
developer file tools