com.jgoodies.bookfinder.view.main
Class Tour
java.lang.Object
com.jgoodies.bookfinder.view.main.Tour
public final class Tour
- extends Object
Provides the Book Finder's integrated tour.
Uses an animation to drive the Prompter.
- Version:
- $Revision: 1.9 $
- Author:
- Karsten Lentzsch
- See Also:
Animation
,
Animator
Method Summary |
void |
start()
Starts the animated tour. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tour
public Tour(MainModel mainModel,
MainFrame mainFrame)
start
public void start()
- Starts the animated tour. Prepares the UI, creates animations,
creates an animator, and finally launches the animator.
Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.