Generated by
JDiff

Class javax.swing.JPopupMenu

Removed Methods
void remove(Component) Removes the specified component from this popup menu.
 

Added Methods
JMenuItem createActionComponent(Action) Factory method which creates the JMenuItem for Actions added to the JPopupMenu.
boolean isPopupTrigger(MouseEvent) Returns true if the MouseEvent is considered a popup trigger by the JPopupMenu's currently installed UI.
void processKeyEvent(KeyEvent) Processes key stroke events such as mnemonics and accelerators.
 

Changed Methods
Component getComponentAtIndex(int) Now deprecated.
replaced by getComponent(int i)