Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to scale the size java GUI application easily ?

807606Apr 20 2007 — edited Apr 23 2007
Hello, i have made a small Swing based application and i used fixed (hardcoded) size in my JFrame and all embedded panels and components (+ layout manager).
What i am trying to do is to set the overall frame resolution(width and height) in a property file and try to adapt the whole layout based on those two falues in the properties file.
Is there some easy way to do this?

thanks a lot
Sebastien
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2007
Added on Apr 20 2007
5 comments
2,473 views