Updated readme

This commit is contained in:
nathan 2015-11-09 18:30:44 +01:00
parent f2678826f6
commit 73de2c1775

View File

@ -55,10 +55,9 @@ The test application is under text, and a *simple* example is as follows:
System.load("Path to OS specific JNA jar");
this.systemTray = SystemTray.create("Dorkbox");
this.systemTray = SystemTray.create("grey_icon.png");
this.systemTray.createTray("grey_icon.png");
this.systemTray.setStatus("Not Running", "grey_icon.png");
this.systemTray.setStatus("Not Running");
this.systemTray.addMenuEntry("Quit", new SystemTrayMenuAction() {
@Override