Added comments

This commit is contained in:
nathan 2017-03-02 23:28:31 +01:00
parent dbc55ffa7d
commit 0455507f51
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ interface SwingUIFactory {
* Allows one to specify the Look & Feel of a menu entry * Allows one to specify the Look & Feel of a menu entry
* *
* @param jMenuItem the swing JMenuItem that is displayed in the menu * @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 * @return the UI used to customize the Look & Feel of the menu entry
*/ */

View File

@ -70,7 +70,7 @@ class CustomSwingUI implements SwingUIFactory {
* Allows one to specify the Look & Feel of a menu entry * Allows one to specify the Look & Feel of a menu entry
* *
* @param jMenuItem the swing JMenuItem that is displayed in the menu * @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 * @return the UI used to customize the Look & Feel of the menu entry
*/ */