Package ca.corbett.extras.demo.panels
Class AnimationPanelEffectsPanel
java.lang.Object
ca.corbett.extras.demo.panels.PanelBuilder
ca.corbett.extras.demo.panels.AnimationPanelEffectsPanel
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 Summary
Constructors -
Method Summary
Methods inherited from class ca.corbett.extras.demo.panels.PanelBuilder
buildFormPanel, buildFormPanel, buildHighlightedHeaderLabel, createSnippetLabel, createSnippetLabel
-
Constructor Details
-
AnimationPanelEffectsPanel
public AnimationPanelEffectsPanel()
-
-
Method Details
-
getTitle
Description copied from class:PanelBuilderReturns a name for this PanelBuilder.- Specified by:
getTitlein classPanelBuilder- Returns:
- A hopefully descriptive name.
-
build
Description copied from class:PanelBuilderBuilds and returns the FormPanel (or technically any JPanel) for this builder.- Specified by:
buildin classPanelBuilder- Returns:
- A populated JPanel (or FormPanel).
-