workaround (da provare)
codice:
JFrame tuoFrame;

...
...
tuoFrame.getContentPane().setPreferredSize(new Dimension(640, 640));
tuoFrame.pack();