From 28ce2085945d35e8f73edfea056f729573be8ab6 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 31 Oct 2016 12:17:55 +0100 Subject: [PATCH] Updated comments --- src/dorkbox/systemTray/SystemTray.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 6bf01b0..839ec17 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -63,7 +63,17 @@ import dorkbox.util.process.ShellProcessBuilder; /** - * Factory and base-class for system tray implementations. + * Professional, cross-platform **SystemTray**, **AWT**, **GtkStatusIcon**, and **AppIndicator** support for java applications. + *

+ * This library provides **OS native** menus and **Swing** menus. + *

*/ @SuppressWarnings({"unused", "Duplicates", "DanglingJavadoc", "WeakerAccess"}) public final