Improved TrayManager to always read icon (even if not run from jar).

This commit is contained in:
dev
2011-07-01 07:10:09 +00:00
parent a1546b7027
commit 22931dc3d5

View File

@ -29,6 +29,7 @@ public class TrayManager {
///Our tray icon, or null if unsupported
protected TrayIcon trayIcon = null;
/**
* Instantiate tray manager.
*/