KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > PopupFactory

javax.swing
Class PopupFactory

java.lang.Object
  extended by javax.swing.PopupFactory
See Also:
Top Examples, Source Code, Popup

public Popup getPopup(Component owner,
                      Component contents,
                      int x,
                      int y)
               throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static PopupFactory getSharedInstance()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PopupFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setSharedInstance(PopupFactory factory)
See Also:
getPopup(java.awt.Component, java.awt.Component, int, int), IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags