From 76b006023c608486bbc1c90ae531b5cbd2f11083 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 19 Jan 2017 01:19:20 +0100 Subject: [PATCH] Updated comments --- src/dorkbox/systemTray/Checkbox.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/systemTray/Checkbox.java b/src/dorkbox/systemTray/Checkbox.java index be4b5c7..b366366 100644 --- a/src/dorkbox/systemTray/Checkbox.java +++ b/src/dorkbox/systemTray/Checkbox.java @@ -66,7 +66,7 @@ class Checkbox extends Entry { } /** - * @return true if this checkbox is selected, false if not. + * @return true if this checkbox is selected, false if not. A checkbox's state is set BEFORE the callback is triggered. */ public boolean getChecked() {