I would like to implement a sliding notification bar as the one in Firefox or IE for my java application. But I don\'t want to reinvent the wheel and I\'m sure someone out t
A standard way to do it is to use Swing TrayIcon API. That would probably be the most convenient way too :)