static JRootPane getRootPane(JFrame f) { ret f == null ? null : f.getRootPane(); }