Example usage for Java javax.swing PopupFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
Popup | getPopup(Component owner, Component contents, int x, int y) Creates a Popup for the Component owner containing the Component contents . |
PopupFactory | getSharedInstance() Returns the shared PopupFactory which can be used to obtain Popup s. |
void | setSharedInstance(PopupFactory factory) Sets the PopupFactory that will be used to obtain Popup s. |