Package org.jamesii.gui.decoration

Examples of org.jamesii.gui.decoration.FlipTransition


   */
  public FlipPanel() {
    super(new BorderLayout());
    backShowing = false;
    // use a simple FlipTransition
    decoration = new TransitionDecoration(new FlipTransition(), 500);
    facade = new Decorator(null, decoration);
    super.addImpl(facade, BorderLayout.CENTER, 0);
  }
View Full Code Here

TOP

Related Classes of org.jamesii.gui.decoration.FlipTransition

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.