These kinds of questions usually arise in our minds while working. This is what this TIP is all about.
FEATURES:
1. This application will run on the System Task Tray.
2. It will add the application logo to System Task Tray.
3. Clicking the application logo will show a a Popup menu with different menu items.
4. This application will run a process that will show popup messages after every 10 secs.
We will be using Eclipse IDE for this application. Below are the steps to develop the application.
1. Create a "Java Project" in eclipse, name it as "SystemTraySample".
2. Create a package structure inside the "src" folder. It may be something like "com.mindfire.tray".
3. Create a class inside that package. Name the class as "SystemTrayExample".
4. Add an image inside the "src" folder. It can be any image that u want as the application logo. Name the image as "logo.jpg".