I am using Netbeans to develop a desktop application(SingleFrameApplication). When i run the application, I am able to resize it. I have set properties like : maximum size, minimum size and preferred size there but even then at run time it’s resizeable. How can i fix it?
I am using Netbeans to develop a desktop application(SingleFrameApplication). When i run the application,
Share
If using
JFrame:Inside an application class extending
SingleFrameApplicationthe following will work: