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:
  • Method Details

    • getInstance

      public static LabGlassPane getInstance()
    • paintComponent

      protected void paintComponent(Graphics g)
      Overrides:
      paintComponent in class JComponent
    • addModalComponent

      public void addModalComponent(Component component)
    • removeModalComponent

      public void removeModalComponent(Component component)
    • hideLayeredPaneAndShowThisPane

      public void hideLayeredPaneAndShowThisPane(boolean bShowThisPane)