Tagged Questions
0
votes
1answer
228 views
Java TrayIcon displayMessage 'may trigger ActionEvent' when does it/doesn't it?
When using TrayIcon.displayMessage to show a popup notification, the Java 6 documentation states that 'Clicking on the message may trigger an ActionEvent.'
...
0
votes
2answers
162 views
Is Windows process Running, Java differentWindows OS on Different Lanaguages
I am using Java in programing and want to watch after some processes if running or not.
I have to make my implementation platform indepenant; support different OS (Windows XP,7 & 2000) also this ...