Package vee.animation

Examples of vee.animation.Animator


   * and lay them out on this panel.
   *
   */
  private void setup() {
    // build an animator for our automaton.
    mAnimator = new Animator(mHenchwoman);
//    mAnimator.addToAnimationList(mPlayer);

    setLayout(new BoxLayout(this,BoxLayout.Y_AXIS));

    add(mAnimator);
View Full Code Here

TOP

Related Classes of vee.animation.Animator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.