Name | Modified | Size | Downloads / Week |
---|---|---|---|
src | 2014-03-22 | ||
README.md | 2014-03-22 | 953 Bytes | |
LICENSE | 2014-03-22 | 11.5 kB | |
jHolla.jar | 2014-03-22 | 144.0 kB | |
Totals: 4 Items | 156.5 kB | 0 |
jHolla
A Skype-like, Outlook-like, or TeamViewer-like Notification box for Java
jHolla is highly flexible and can be called with a single line of code:
JHollaManager.getInstance().addNotification(JHolla.create().addMessage("Hello World!"));
Huh? so easy? Yes! that easy!
However, for more detailed Notifications, it take a few more lines of code. jHolla currently allows you to create and add as many notifications as you require and offers you the ability to programatically close the notification as well as respond to events. You can also add custom JComponents to your JHolla Notification.
Please refer to the wiki to see Example Usages or you can check the source code for the class - TestJHolla.
The downloadable jar file is runnable. You can run it to see sample jHolla notifications.
jHolla uses the Trident java animation framework and has been included in the jar file for your convenience.