Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Thinking about learning C++ so you can create GUI applications that can be added to the system tray? Maybe it's no longer necessary because Java can now access the operating system's system tray through the SystemTray class.
Like SplashScreen, SystemTray is a singleton, so there is only one instance per application. You can get the instance by calling the SystemTray class's getSystemTray method: