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