JCommunique icon indicating copy to clipboard operation
JCommunique copied to clipboard

A desktop notification library written in pure Java.

Results 3 JCommunique issues
Sort by recently updated
recently updated
newest added

When creating a notification via `plain.addNotification(notification, Time.seconds(2));` A timer thread is created and never cleaned up (likely RemoveTimer at notificationManager line 64) After the notification closes the thread remains running...

In order to have multiline notifications please use string as a pattern of a string before send it to notification for more examples please visit https://www.google.com/search?client=firefox-b-d&q=java+jlabel+multiline thanks for your program...