< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java

Print this page

        

*** 933,945 **** * such as clearing the selected path and messaging the * JMenuItem's doClick() method. * * @param msm A MenuSelectionManager. The visual feedback and * internal bookkeeping tasks are delegated to ! * this MenuSelectionManager. If <code>null</code> is * passed as this argument, the ! * <code>MenuSelectionManager.defaultManager</code> is * used. * @see MenuSelectionManager * @see JMenuItem#doClick(int) * @since 1.4 */ --- 933,945 ---- * such as clearing the selected path and messaging the * JMenuItem's doClick() method. * * @param msm A MenuSelectionManager. The visual feedback and * internal bookkeeping tasks are delegated to ! * this MenuSelectionManager. If {@code null} is * passed as this argument, the ! * {@code MenuSelectionManager.defaultManager} is * used. * @see MenuSelectionManager * @see JMenuItem#doClick(int) * @since 1.4 */
< prev index next >