【发布时间】:2013-05-23 12:16:35
【问题描述】:
谁能帮我将java应用程序发送到系统托盘?我尝试了一些方法,但我完全失败了。我想将我的应用程序打开后发送到系统托盘,因为应用程序应该在后台运行而没有看到界面。
【问题讨论】:
-
这里已经回答了这个问题:stackoverflow.com/questions/758083/…
标签: java swing jframe awt system-tray
谁能帮我将java应用程序发送到系统托盘?我尝试了一些方法,但我完全失败了。我想将我的应用程序打开后发送到系统托盘,因为应用程序应该在后台运行而没有看到界面。
【问题讨论】:
标签: java swing jframe awt system-tray
查看java.awt.SystemTray 类。
(您应该先在 google 中搜索:java system tray。第一个链接是 The JavaTM Tutorail:How to Use the System Tray)
【讨论】: