sbool isVisibleWindow(JWindow w) { ret w != null && swing(-> w.isVisible()); }