I have a Java app, but every time I resize the window my components ends in different places Is there a way to restrict window resizing ? ( Im using JFrame )
Bear in mind that not allowing resizing on your app is very annoying. What happens if you have a user on a low resolution screen who needs to resize your app ?
Its better to fix your layout problems rather than hacking around it to cover up the problems !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.