| Author |
setBounds Problem
|
Loganathan Subramani
Greenhorn
Joined: Mar 31, 2009
Posts: 12
|
|
hi
I am creating swing application for windows and mac. I am using to develop in windows for mac too.. after completion my app its working good in windows.
But in MAC the alignments were missing.
Actually the JFrame or JPanel size is missing and components are misplaced..
How to solve this issue in using null layout..?
What is the best way of doing swing application for platform independent UI support.?
Thank you for your kind reply.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
|
Don't use null layout. Use a LayoutManager. Not sure which is best, but people speak well of MigLayout. You will have to use Google to find it.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
Recommended reading
http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: setBounds Problem
|
|
|