0

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?

rvk
  • 737
  • 3
  • 9
  • 23

1 Answers1

2

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.

nanda
  • 24,458
  • 13
  • 71
  • 90