Searched refs:glass (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJRootPane.java311 * The glass pane that overlays the menu bar and content pane,
663 * Sets a specified <code>Component</code> to be the glass pane for this
664 * root pane. The glass pane should normally be a lightweight,
668 * The new glass pane's visibility is changed to match that of
669 * the current glass pane. An implication of this is that care
670 * must be taken when you want to replace the glass pane and
682 * @param glass the <code>Component</code> to use as the glass pane
684 * @exception NullPointerException if the <code>glass</code> parameter is
687 public void setGlassPane(Component glass) { argument
[all...]
H A DJInternalFrame.java75 * which also manages a layout pane, glass pane, and
126 * glass pane.
671 * Returns the glass pane for this internal frame.
673 * @return the glass pane
684 * @param glass the glass pane for this internal frame
691 public void setGlassPane(Component glass) { argument
693 getRootPane().setGlassPane(glass);
694 firePropertyChange(GLASS_PANE_PROPERTY, oldValue, glass);

Completed in 53 milliseconds