PC Toast Message with Java
I have a Java Desktop Application which runs in the background and has a System Tray icon. When I want to tell the user something or when they interact with the icon I want to use "Toast" which is the only name I know for it. Toast is a box without a frame that pops up on the bottom right of the screen. Google Talk has exactly what I am talking about (I think Google started it). I tri开发者_开发百科ed searching for some example code but all I found was Toast for the Android.
So, how can I make Toast with Java?
How about trying Twinkle? It looks very similar to the Google Talk/Chrome desktop notifications.
It has it's own API and the source code is free to view (license needed for commercial though).
精彩评论