java swing сделает окно не сэгопендизированным

JFrame frame = new JFrame();

frame.setResizable(false);
Comfortable Caterpillar