java.lang.Object
com.jgoodies.animation.examples.intro.IntroPage
- public final class IntroPage
- extends java.lang.Object
Builds a page that consists of two BasicTextLabels
that render an intro animation.
- Version:
- $Revision: 1.3 $
|
Field Summary |
private Animation |
animation
Refers to the animation that is used in this page. |
private BasicTextLabel |
label1
|
private BasicTextLabel |
label2
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label1
private BasicTextLabel label1
label2
private BasicTextLabel label2
animation
private Animation animation
- Refers to the animation that is used in this page.
IntroPage
public IntroPage()
animation
public Animation animation()
- Returns the intro animation.
initComponents
private void initComponents()
- Creates and configures the UI components.
build
public javax.swing.JPanel build()
- Builds this intro panel with two overlayed labels in the center.
createAnimation
private Animation createAnimation()
- Creates and answers a composed animation for the intro.
getAnimationFont
private java.awt.Font getAnimationFont()
- Looks up and answer a
Font used for the animations.
Tries to get a bold Tahoma on Windows.