static void bindToFrame(JFrame frame, Runnable onShow, Runnable onUnShow) { bindToComponent(frame.getRootPane(), onShow, onUnShow); }