PopupMenuPeer is an interface that defines the basis for a popup menu.
public abstract interface java.awt.peer.PopupMenuPeer extends java.awt.peer.MenuPeer { // Interface Methods public abstract void show (Event e); }
A mouse down event that begins the display of the popup menu.
Shows the peer at the location encapsulated in e.
Event, MenuPeer