static JInternalFrame getSelectedFrame(JDesktopPane desktop) { ret desktop == null ? null : swing(func -> JInternalFrame { desktop.getSelectedFrame() }); }