!7 // On Linux, I am getting mouseMoved and the click events // but no mouseEnter, mouseExit or mouseDragged p { //installTrayIcon(#1009664, "Test"); //SystemTray.getSystemTray().add(new TrayIcon(imageIcon(#1009664).getImage(), "Test", null); var ti = new TrayIcon(resizeImage(loadImage2(#1009667), 24), "Test", null); ti.addMouseMotionListener(proxy_printAllMethodCalls MouseMotionListener()); ti.addMouseListener(proxy_printAllMethodCalls MouseListener()); SystemTray.getSystemTray().add(ti); }