Class DimmableJPanel

    • Constructor Detail

      • DimmableJPanel

        public DimmableJPanel()
    • Method Detail

      • setDimmed

        public void setDimmed​(boolean dimmed)
        Dimming sets all parts of this component with darker colors except for the central label This is useful for showing that progress is paused Setting dim to false will restore the original colors from before the component was dimmed.
        Parameters:
        dimmed -
      • isDimmed

        public boolean isDimmed()