diff --git a/README.md b/README.md new file mode 100644 index 0000000..630031c --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Growl +===== + +Cross platform notification popups, similar to "Growl" on OSX, "Toasts" on Windows, and Notifications on Ubuntu. + +This small library is displays notifications on any screen, in any corner. + +Primary Features: + +1. Can specify which screen +2. Can specify which corner, center is also possible +3. If no location is specified, it will show on whatever screen the mouse is on. +4. Duration timeouts +5. Light or Dark styles +6. Can close via close button or clicking on notification body +7. Can show/hide the close button +8. Can register a callback for when a user clicks on the notification body +9. Animates to a collated position if multiple noticiations are in the same position + +- This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+ diff --git a/libs/ObjectPool_v1.5.jar b/libs/ObjectPool_v1.5.jar new file mode 100644 index 0000000..28e3742 Binary files /dev/null and b/libs/ObjectPool_v1.5.jar differ diff --git a/libs/ObjectPool_v1.5_src.zip b/libs/ObjectPool_v1.5_src.zip new file mode 100644 index 0000000..fa64931 Binary files /dev/null and b/libs/ObjectPool_v1.5_src.zip differ diff --git a/libs/TweenEngine_v7.0.jar b/libs/TweenEngine_v7.0.jar new file mode 100644 index 0000000..69d7537 Binary files /dev/null and b/libs/TweenEngine_v7.0.jar differ diff --git a/libs/TweenEngine_v7.0_src.zip b/libs/TweenEngine_v7.0_src.zip new file mode 100644 index 0000000..5b1b816 Binary files /dev/null and b/libs/TweenEngine_v7.0_src.zip differ