public class CustomPopupFactory extends javax.swing.PopupFactory
Constructor and Description |
---|
CustomPopupFactory() |
Modifier and Type | Method and Description |
---|---|
javax.swing.Popup |
getPopup(java.awt.Component owner,
java.awt.Component contents,
int x,
int y) |
public CustomPopupFactory()
public javax.swing.Popup getPopup(java.awt.Component owner, java.awt.Component contents, int x, int y)
getPopup
in class javax.swing.PopupFactory