Java javax.swing PopupFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.swing PopupFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing PopupFactory.

The text is from its open source code.

Constructor

Method

PopupgetPopup(Component owner, Component contents, int x, int y)
Creates a Popup for the Component owner containing the Component contents.
PopupFactorygetSharedInstance()
Returns the shared PopupFactory which can be used to obtain Popups.
voidsetSharedInstance(PopupFactory factory)
Sets the PopupFactory that will be used to obtain Popups.