From fc54a938c0417b0bded6cf3c0a17eefaaa127247 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 22 Sep 2016 20:16:22 +0200 Subject: [PATCH] Updated comments --- src/dorkbox/systemTray/swt/Swt.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dorkbox/systemTray/swt/Swt.java b/src/dorkbox/systemTray/swt/Swt.java index 03d9038..78718d7 100644 --- a/src/dorkbox/systemTray/swt/Swt.java +++ b/src/dorkbox/systemTray/swt/Swt.java @@ -24,6 +24,7 @@ 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) + * We **COULD** do some ASM/Bytecode generation, but why bother with even more libraries when it's just as easy to include it pre-compiled. */ public class Swt {