javax.swing.plaf
Class PopupMenuUI
Pluggable look and feel interface for JPopupMenu.
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPopup
public Popup getPopup(JPopupMenu popup,
int x,
int y) Returns the Popup that will be responsible for
displaying the JPopupMenu.
popup - JPopupMenu requesting Popupx - Screen x location Popup is to be shown aty - Screen y location Popup is to be shown at.
- Popup that will show the JPopupMenu