Equivalent to Android's Toast or Mac OSX Growl in Java Swing?

Posted by I82Much on Stack Overflow See other posts from Stack Overflow or by I82Much
Published on 2010-04-19T15:43:45Z Indexed on 2010/04/19 15:53 UTC
Read the original article Hit count: 311

Filed under:
|
|
|
|

Hi all,

Looking for a means of displaying transient, non-modal dialogs in a Swing application. In other words, I'd like to pop up a semi-transparent box with some text in it that can be immediately dismissed, or will fade away in a set amount of time. Is there a library to do this? I don't want to reinvent the wheel if it already exists.

Growl screenshot: alt text Android Toast screenshot: alt text

© Stack Overflow or respective owner

Related posts about java

Related posts about swing