static bool frameTooSmall(JFrame frame) { ret frame.getWidth() < 100 || frame.getHeight() < 50; }