Skip to content

Simple class using Java's AWT to create a system notification tray.

Notifications You must be signed in to change notification settings

EssenceOfZen/Java-SystemNotificationTray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This class was made thanks to the help of 2 online tutorials.
We're currently trying to find that tutorial again for proper credit and thanks.
Without the tutorials, we'd of not been able to properly get the Icon's functions working with the main program.


#How do I use this?

Add this file to your project, and inside of the Main.java file, after: "public void state(Stage primaryStage){"
simply add "EoZTrayIcon eoz_tray_icon = new EoZTrayIcon(primaryStage);"

*Do not forget to update EoZTrayIcon.java by adding the proper pacakge, and the proper path to the icon image.*

About

Simple class using Java's AWT to create a system notification tray.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages