Java Swing - 如何覆盖托盘“displayMessage”弹出窗口?
我为我的应用程序设置了一个托盘,当事件发生时,将调用“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的,因为托盘来自操作系统。您最好的选择是修改操作系统配置上消息的外观,这当然不仅会改变您的。
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.