java总是显示系统托盘消息

时间:2013-11-12 09:24:39

标签: java swing desktop-application tray

如何向系统托盘显示消息,使其在一定时间后不会消失(通常隐藏10秒) 帖子推断出标准方法

trayIcon.displayMessage("Action Event",
                            message,
                            TrayIcon.MessageType.WARNING);


                }

,其中

public enum MessageType {
    /** An error message */
    ERROR,
    /** A warning message */
    WARNING,
    /** An information message */
    INFO,
    /** Simple message */
    NONE
};

尝试了不同但完全相同。

最有可能应该这样做,因为它不是通过不同的消息。 要求在您不点击消息时始终显示消息

0 个答案:

没有答案