Java Swing - 如何覆盖托盘“displayMessage”弹出窗口?

发布于 2024-10-04 20:20:09 字数 117 浏览 2 评论 0原文

我为我的应用程序设置了一个托盘,当事件发生时,将调用“displayMessage(String, String, Icon)”方法。是否有办法重写此弹出窗口的绘制方法以使其看起来不同?

编辑:没有人吗?

I set up a tray for my application and when an event occurs the 'displayMessage(String, String, Icon)' method is called. Is there anyway to override the paint method of this popup to make it look different?

Edit: No-one?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

合约呢 2024-10-11 20:20:09

我认为这是不可能的,因为托盘来自操作系统。您最好的选择是修改操作系统配置上消息的外观,这当然不仅会改变您的。

I don't think it's possible since the tray is coming from OS. Your best bet is to modify the appearance of the message on the OS configuration, which of course will change not only yours.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文