Java Swing - How to override the tray 'displayMessage' popup?
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?
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.
精彩评论