Generated by
JDiff

Class javax.swing.JMenu

Added Methods
void applyComponentOrientation(ComponentOrientation) Sets the ComponentOrientation property of this menu and all components contained within it.
MenuListener[] getMenuListeners() Returns an array of all the MenuListeners added to this JMenu with addMenuListener().
 

Changed Methods
void configurePropertiesFromAction(Action) Method was inherited from JMenuItem, but is now defined locally. Factory method which sets the ActionEvent source's properties according to values from the Action instance.
void processFocusEvent(FocusEvent) Method was locally defined, but is now inherited from Component. Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
void setComponentOrientation(ComponentOrientation) Method was inherited from Component, but is now defined locally.