diff --git a/README.md b/README.md index 54349c2..ed8e991 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ We also cater to the *lowest-common-denominator* when it comes to system-tray/in Specifically: **tooltips**. Rather a stupid decision, IMHO, but for more information why, ask Mark Shuttleworth. See: https://bugs.launchpad.net/indicator-application/+bug/527458/comments/12 + + +Please be aware: JavaFX uses **GTK2**, and so `GtkSupport.FORCE_GTK2` should be enabled if you plan on using this + javaFX. + + + ``` Customization parameters: @@ -48,7 +54,7 @@ SystemTray.TRAY_SIZE (type int, default value '24') GtkSupport.FORCE_GTK2 (type boolean, default value 'false') - - Forces the system to always choose GTK2 (even when GTK3 might be available). SWT & JavaFX both use GTK2! + - Forces the system to always choose GTK2 (even when GTK3 might be available). JavaFX uses GTK2! ``` @@ -127,7 +133,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.2 + 2.3 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 445b469..725b136 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -277,7 +277,7 @@ class SystemTray { */ public static String getVersion() { - return "2.1"; + return "2.3"; } /**