You can use a simple call in the constructor under “frame initialization”:
setResizable(false);
After this call, the window will not be resizable.
You can use a simple call in the constructor under “frame initialization”:
setResizable(false);
After this call, the window will not be resizable.