I found this SO link to get the currently opened applications in task bar.
- In addition I need to get the applications running in system tray using Java.
- Also suggest me if there is some other good ways to find the opened apps in task bar.
- How to find in which application the mouse click and key stroke has been ocuured?
- I also want to track the mouse click by viewing which application is opened by the particular mouse click.
I want this application to run both in Linux and windows environment. I need to do all the above in one of my application using Java.