Lines Matching refs:glass
311 * 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) {
688 if (glass == null) {
692 AWTAccessor.getComponentAccessor().setMixingCutoutShape(glass,
701 glass.setVisible(visible);
702 glassPane = glass;
710 * Returns the current glass pane for this <code>JRootPane</code>.
711 * @return the current glass pane
866 * Overridden to enforce the position of the glass component as