Examples of AnimatedThumbnailGallery


Examples of org.wicketstuff.yui.markup.html.animation.thumbnail.AnimatedThumbnailGallery

    listOfThumbnails.add(new AnimatedThumbnailSettings("images/indonesia.png",   "images/jakarta.jpg",   "Indonesia"));
    listOfThumbnails.add(new AnimatedThumbnailSettings("images/philippines.png","images/makati.jpg",   "Philippines"));
    listOfThumbnails.add(new AnimatedThumbnailSettings("images/thailand.png",   "images/bangkok.jpg",   "Thailand"));
    listOfThumbnails.add(new AnimatedThumbnailSettings("images/hongkong.png",   "images/hk.jpg",     "Hong Kong"));
   
    AnimatedThumbnailGallery gallery;
    add(gallery = new AnimatedThumbnailGallery("gallery", listOfThumbnails, COLS, ROWS));
    gallery.setThumbnailSize(TN_WIDTH, TN_HEIGHT);
    gallery.setPictureSize(TN_WIDTH * COLS, TN_HEIGHT * ROWS);
  }
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.