static void hideWindowOnComponentMouseOver(final Component c) { onMouseEnter(c, r { hideWindow(c) }); }