Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jgoodies.animation.examples.intro
Class IntroPage  view IntroPage download IntroPage.java

java.lang.Object
  extended bycom.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
           
 
Constructor Summary
IntroPage()
           
 
Method Summary
 Animation animation()
          Returns the intro animation.
 javax.swing.JPanel build()
          Builds this intro panel with two overlayed labels in the center.
private  Animation createAnimation()
          Creates and answers a composed animation for the intro.
private  java.awt.Font getAnimationFont()
          Looks up and answer a Font used for the animations.
private  void initComponents()
          Creates and configures the UI components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label1

private BasicTextLabel label1

label2

private BasicTextLabel label2

animation

private Animation animation
Refers to the animation that is used in this page.

Constructor Detail

IntroPage

public IntroPage()
Method Detail

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.