Is there a way to make the window fixed so that the user cannot resize the window in java?
Frameclass (and its child JFramefor Swing) there is a method setResizablethat sets whether it is possible to resize Frameor not.
Frame
JFrame
setResizable
JFrame myFrame= new JFrame(); myFrame.setResizable(false);
My decision.
Frame setResizable, , . , , setResizable (false).
Source: https://habr.com/ru/post/1724621/More articles:Priority / weight per column using FREETEXTTABLE in dymnamic TSQL - tsqlSharepoint performance while limiting load and capacity - sharepointКак добавить строку в Datatable? - c#What is wrong with this simple query using NOT IN? - sqlвы рекомендуете wpf для POS - wpfWriting a daemon in c lens - daemonHudson slave serving several hudson masters? - continuous-integrationWhat is the difference between Boost.MPI and Boost.Interprocess? - c ++What is this for a loop? - c ++Writing a daemon in lens c - objective-cAll Articles