public void setupGallery() {
buttonGalleryNext = new GenericButton("->");
buttonGalleryPrev = new GenericButton("<-");
labelGalleryImageTitle = new GenericLabel();
labelGalleryImageDesc = new GenericLabel();
textureGalleryImage = new GenericTexture("");
textureGalleryImage.setFinishDelegate(new ImageUpdate());
labelGalleryTitle = new GenericLabel("Gallery");
((GenericLabel) labelGalleryImageDesc).setWrapLines(true);
content.attachWidgets("Spoutcraft", labelGalleryImageTitle, labelGalleryImageDesc, textureGalleryImage, buttonGalleryPrev, buttonGalleryNext, labelGalleryTitle);
layoutWidgets();