Class AnimationPanelEffectsPanel

java.lang.Object
ca.corbett.extras.demo.panels.PanelBuilder
ca.corbett.extras.demo.panels.AnimationPanelEffectsPanel

public class AnimationPanelEffectsPanel extends PanelBuilder
This demo panel shows off some of the fun "panel effects" that are available in swing-extras as of the 2.7 release:
  • Panel fade - animate a "fade in" and "fade out" effect.
  • Panel blur - blur the contents of a panel.
  • Falling snow - animate falling snowflakes over a panel.
Since:
swing-extras 2.7
Author:
scorbo2
  • Constructor Details

    • AnimationPanelEffectsPanel

      public AnimationPanelEffectsPanel()
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from class: PanelBuilder
      Returns a name for this PanelBuilder.
      Specified by:
      getTitle in class PanelBuilder
      Returns:
      A hopefully descriptive name.
    • build

      public JPanel build()
      Description copied from class: PanelBuilder
      Builds and returns the FormPanel (or technically any JPanel) for this builder.
      Specified by:
      build in class PanelBuilder
      Returns:
      A populated JPanel (or FormPanel).