Linux, MacOS, or Windows (notification/growl/toast/) popups for the desktop for Java 6+
Go to file
2015-11-20 11:14:38 +01:00
dist Updated dist + library 2015-11-09 16:11:09 +01:00
libs Updated dist + library 2015-11-09 16:11:09 +01:00
resources Added dialog resources 2015-11-02 02:31:11 +01:00
src/dorkbox/util/growl Changed how properties act. Changed the default for showing from 5 seconds (to hide), to never hide. Added smooth animation (via active rendering swing components). Added progress-bar to show when popup will be hidden. Made "shake" move the popup in a random direction instead of all in the same direction. 2015-11-20 11:14:38 +01:00
test Changed how properties act. Changed the default for showing from 5 seconds (to hide), to never hide. Added smooth animation (via active rendering swing components). Added progress-bar to show when popup will be hidden. Made "shake" move the popup in a random direction instead of all in the same direction. 2015-11-20 11:14:38 +01:00
growl-dark.png Added screenshots 2015-11-01 00:43:24 +01:00
growl-light.png Added screenshots 2015-11-01 00:43:24 +01:00
Growl.iml Changed how properties act. Changed the default for showing from 5 seconds (to hide), to never hide. Added smooth animation (via active rendering swing components). Added progress-bar to show when popup will be hidden. Made "shake" move the popup in a random direction instead of all in the same direction. 2015-11-20 11:14:38 +01:00
LICENSE Added Growl project 2015-11-01 00:24:42 +01:00
LICENSE.Apachev2 Added Growl project 2015-11-01 00:24:42 +01:00
LICENSE.BSD3 Added Growl project 2015-11-01 00:24:42 +01:00
README.md Updated to remove util code from main jar (that code is now in a library). 2015-11-02 13:07:11 +01:00

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, using swing.

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 notifications are in the same position
  • This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+
  • You will need the images in the 'resources' directory, in addition to the normal libs.
Growl.IMAGE_PATH    (type String, default value 'resources')
 - Location of the dialog image resources. By default they must be in the 'resources' directory relative to the application

growl-light image

growl-dark image