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

前端 未结 1 2062
不知归路
不知归路 2021-01-23 12:01

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条回答
  •  南笙
    南笙 (楼主)
    2021-01-23 12:26

    Like this?

    enter image description here

    like this?

    See the Java tutorial:

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

    0 讨论(0)
提交回复
热议问题