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