How can I put my Java program in the system tray?

馋奶兔 提交于 2019-12-20 05:29:11

问题


How can I have a system tray icon for my program in Java? I've tried searching all over the web ,but I cant find anything.


回答1:


Like this?

See the Java tutorial:

http://download.oracle.com/javase/tutorial/uiswing/misc/systemtray.html



来源:https://stackoverflow.com/questions/7264981/how-can-i-put-my-java-program-in-the-system-tray

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!