java.awt
Class PopupMenu
java.lang.Object
|
+--java.awt.MenuComponent
|
+--java.awt.MenuItem
|
+--java.awt.Menu
|
+--java.awt.PopupMenu
public class
PopupMenuextends
Menu This class implement an AWT popup menu widget
Author:- Aaron M. Renn (arenn@urbanophile.com)
PopupMenu
public PopupMenu()
Initializes a new instance of PopupMenu
.
Throws:
PopupMenu
public PopupMenu(java.lang.String label)
Initializes a new instance of PopupMenu
with the specified
label.
Parameters:
Throws:
addNotify
public void addNotify()
Creates this object's native peer.
show
public void show(java.awt.Component component, int x, int y)
Displays this popup menu at the specified coordinates relative to
the specified component.
Parameters: