java swing make window not resizable

Solutions on MaxInterview for java swing make window not resizable by the best coders in the world

showing results for - "java swing make window not resizable"
Victoria
16 Oct 2020
1JFrame frame = new JFrame();
2
3frame.setResizable(false);