Equivalent to Android's Toast or Mac OSX Growl in Java Swing?
问题 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: Android Toast screenshot: (source: devx.com) 回答1: This link provides information about "translucent shaped Windows" using Swing, though it does not