Updated readme

This commit is contained in:
nathan 2015-11-09 20:06:06 +01:00
parent 2b6421a45b
commit 4417b2e536

View File

@ -45,11 +45,13 @@ SystemTray.TRAY_SIZE (type int, default value '24')
SystemTray.ICON_PATH (type String, default value '')
- Location of the icon (to make it easier when specifying icons)
- NOTE: Must be set after any other customization options, as a static call to SystemTray will cause initialization of the library.
of the library.
```
The test application is under text, and a *simple* example is as follows:
The test application is [on GitHub](https://github.com/dorkbox/SystemTray/blob/master/test/dorkbox/TestTray.java), and a *simple* example is as follows:
```
// if using provided JNA jars. Not necessary if
//using JNA from https://github.com/twall/jna
System.load("Path to OS specific JNA jar");