130131132133134135136137138139140
/** * Initializes a new <tt>SystrayServiceJdicImpl</tt> instance. */ public SystrayServiceJdicImpl() { SystemTray systray; try { systray = SystemTray.getDefaultSystemTray(); }