static AutoCloseable tempAddPopupButtonListener(IVF0 onEvent) { if (onEvent == null) null; ret tempAddGlobalMouseListener(evt -> { if (evt.getID() == MouseEvent.MOUSE_PRESSED && evt.isPopupTrigger()) onEvent.get(evt); }); }