static AutoCloseable tempTrayIcon(final TrayIcon trayIcon) { ret autoCloseable { removeTrayIcon(trayIcon); }; }