Package editor.util

Class LabGlassPane

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class LabGlassPane
    extends JPanel
    GlassPane for main studio frame. If a component is added with addModalProgressDisplay, the glasspane is shown, and the application essentially becomes disabled (modal) until all components are removed.
    See Also:
    Serialized Form
    • Method Detail

      • addModalComponent

        public void addModalComponent​(Component component)
      • removeModalComponent

        public void removeModalComponent​(Component component)
      • hideLayeredPaneAndShowThisPane

        public void hideLayeredPaneAndShowThisPane​(boolean bShowThisPane)