Skip to content

axandar/JNotifications-Win10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

JNotifications-Win10

Windows10 notifications in Java

This lib is still under development. To use it you need to put exes folder in same directory as main jar file.

example:

public static void main(String[] args) {
  Notification not = new Notification("GroupName", "Image, mainClass.class);
  not.setLineFirst("1");
  not.setLineSecond("2");
  not.setLineThird("3");
  not.show();
 }

About

Windows10 notifications in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages