From 73de2c1775e34c5cf935f84a9cbfa1cc904980c5 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 9 Nov 2015 18:30:44 +0100 Subject: [PATCH] Updated readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3f6596..ca03786 100644 --- a/README.md +++ b/README.md @@ -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