trayicon « Menu « Java Swing Q&A





1. Aero border and other controls in a TrayIcon menu    stackoverflow.com

I'm writing a system tray app for Windows (with much info gleaned from this thread). I have the ContextMenu working - you can right click and execute functions that way. I ...

2. java.awt.TrayIcon & javax.swing.JPopupMenu    java-forums.org

Hi every one; I'm writing a Java desktop program with a system tray icon. Every thing is fine, but there is one problem: The pop-up menu and all menu items of the tray icon are really ugly in Linux! Why?! Because it's not Swing! I am forced to use java.awt.PopupMenu because of java.awt.TrayIcon!! Now my question is that is there any ...