how to scale the size java GUI application easily ?
807606Apr 20 2007 — edited Apr 23 2007Hello, 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