sbool isExtendedStateNormal(JFrame f) { ret swing(-> f.getExtendedState() == JFrame.NORMAL); }