Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Java question (Read 2632 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Java question

Since you guys are using Java for your tools, I thought you might be able to help me here.

Is there a class in the JDK that allows access to the Windows system tray? Or is that a J++ thing?

Java question

Reply #1
Quote
Originally posted by Milkman.dan
Is there a class in the JDK that allows access to the Windows system tray? Or is that a J++ thing?


I don't think so.  That'd probably be something which is more OS specific than Java provisions for.  Probably the best way to do this is to use JNI and interface with a .dll which handles your win32 calls.