Uses of Class javax.swing.Popup

Uses in package javax.swing.plaf

Methods with return type javax.swing.Popup

Popup
PopupMenuUI.getPopup(JPopupMenu popup, int x, int y)
Creates a Popup for displaying the popup menu.

Uses in package javax.swing

Methods with return type javax.swing.Popup

Popup
PopupFactory.getPopup(Component owner, Component contents, int x, int y)
Creates a new Popup given its owner, contents and the screen position where the popup will appear.