jdk/src/share/classes/javax/swing/plaf/basic/BasicMenuUI.java
changeset 21278 ef8a3a2a72f2
parent 20169 d7fa6d7586c9
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   320      *
   320      *
   321      * @see javax.swing.MenuSelectionManager
   321      * @see javax.swing.MenuSelectionManager
   322      * @since 1.4
   322      * @since 1.4
   323      */
   323      */
   324     protected class MouseInputHandler implements MouseInputListener {
   324     protected class MouseInputHandler implements MouseInputListener {
   325         // NOTE: This class exists only for backward compatability. All
   325         // NOTE: This class exists only for backward compatibility. All
   326         // its functionality has been moved into Handler. If you need to add
   326         // its functionality has been moved into Handler. If you need to add
   327         // new functionality add it to the Handler, but make sure this
   327         // new functionality add it to the Handler, but make sure this
   328         // class calls into the Handler.
   328         // class calls into the Handler.
   329 
   329 
   330         public void mouseClicked(MouseEvent e) {
   330         public void mouseClicked(MouseEvent e) {