static bool isVisibleFrame(final JFrame f) { ret f == null ? false : swing(func -> bool { f.isVisible() }); }