when I resize my gui,the widgets become distorted and out of place, some overlapping each other, how can I make them scale proportionally when i resize my frame?
Printable View
when I resize my gui,the widgets become distorted and out of place, some overlapping each other, how can I make them scale proportionally when i resize my frame?
You will want to use appropriate layout managers to prevent this from happening. If you haven't read the layout tutorial, you should now. Please have a look here: Laying Out Components Within a Container
To get better help sooner, post a SSCCE (Short, Self Contained, Compilable and Executable) example that demonstrates the problem. And keep it short: your problem is with the layout, not the functionality.
db