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 */