Searched defs:Popup (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopup.java36 * hierarchy. <code>Popup</code>s have a very small life cycle. Once you
37 * have obtained a <code>Popup</code>, and hidden it (invoked the
40 * <code>Popup</code>s for later use.
43 * <code>Component</code>, or location of the <code>Popup</code>, you should
44 * obtain a new <code>Popup</code>.
46 * <code>Popup</code> does not descend from <code>Component</code>, rather
47 * implementations of <code>Popup</code> are responsible for creating
51 * You typically do not explicitly create an instance of <code>Popup</code>,
58 public class Popup { class
60 * The Component representing the Popup
83 protected Popup(Component owner, Component contents, int x, int y) { method in class:Popup
94 protected Popup() { method in class:Popup
[all...]

Completed in 36 milliseconds