Menu

Tree [2ff643] master /
 History

HTTPS access


File Date Author Commit
 src 2018-06-19 Nileshkumar Shegokar Nileshkumar Shegokar [2ff643] initial code commit
 LICENSE 2018-06-19 Nileshkumar Shegokar Nileshkumar Shegokar [2ce919] Initial commit
 README.md 2018-06-19 Nileshkumar Shegokar Nileshkumar Shegokar [ee282e] Create README.md
 pom.xml 2018-06-19 Nileshkumar Shegokar Nileshkumar Shegokar [2ff643] initial code commit

Read Me

JNotification

JNotification help to create dynamic toast messages for java swing application

JNotification.showNotification(frame,"title","message",JNotification.INFO_MESSAGE,10,JNotification.PARENT_BOTTOM_LEFT,true);

this will create INFO, WARN, SUCCESS, ERROR, etc toast messages for swing application