File | Date | Author | Commit |
---|---|---|---|
src | 2018-06-19 |
![]() |
[2ff643] initial code commit |
LICENSE | 2018-06-19 |
![]() |
[2ce919] Initial commit |
README.md | 2018-06-19 |
![]() |
[ee282e] Create README.md |
pom.xml | 2018-06-19 |
![]() |
[2ff643] initial code commit |
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