From 0455507f51acfcb1fb67ff591959af89fd4968a3 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 2 Mar 2017 23:28:31 +0100 Subject: [PATCH] Added comments --- src/dorkbox/systemTray/swingUI/SwingUIFactory.java | 2 +- test/dorkbox/CustomSwingUI.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dorkbox/systemTray/swingUI/SwingUIFactory.java b/src/dorkbox/systemTray/swingUI/SwingUIFactory.java index e7e066b..d030830 100644 --- a/src/dorkbox/systemTray/swingUI/SwingUIFactory.java +++ b/src/dorkbox/systemTray/swingUI/SwingUIFactory.java @@ -45,7 +45,7 @@ interface SwingUIFactory { * Allows one to specify the Look & Feel of a menu entry * * @param jMenuItem the swing JMenuItem that is displayed in the menu - * @param entry the entry which is bound to the JMenuItem. + * @param entry the entry which is bound to the JMenuItem. Can be null during initialization. * * @return the UI used to customize the Look & Feel of the menu entry */ diff --git a/test/dorkbox/CustomSwingUI.java b/test/dorkbox/CustomSwingUI.java index f23d505..209cfc0 100644 --- a/test/dorkbox/CustomSwingUI.java +++ b/test/dorkbox/CustomSwingUI.java @@ -70,7 +70,7 @@ class CustomSwingUI implements SwingUIFactory { * Allows one to specify the Look & Feel of a menu entry * * @param jMenuItem the swing JMenuItem that is displayed in the menu - * @param entry the entry which is bound to the JMenuItem. + * @param entry the entry which is bound to the JMenuItem. Can be null during initialization. * * @return the UI used to customize the Look & Feel of the menu entry */