From 077aca538c1bbdbcae58bee23de94e888ea2bb09 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 5 Apr 2016 14:06:17 +0200 Subject: [PATCH] Added more to javadocs for SWT class --- src/dorkbox/systemTray/swt/Swt.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dorkbox/systemTray/swt/Swt.java b/src/dorkbox/systemTray/swt/Swt.java index 3046358..03d9038 100644 --- a/src/dorkbox/systemTray/swt/Swt.java +++ b/src/dorkbox/systemTray/swt/Swt.java @@ -21,6 +21,8 @@ import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; /** + * SWT system tray types are just GTK trays. + *

* This isn't possible with reflection - so we compile it AHEAD of time and save the bytecode (which is then included with the release) */ public