section3.addItem(new Img("pieces/48/pawn_green.png", 48, 48));
sectionStack.addSection(section3);
SectionStackSection section4 = new SectionStackSection("Yellow Piece");
section4.setExpanded(false);
section4.addItem(new Img("pieces/48/piece_yellow.png", 48, 48));
sectionStack.addSection(section4);
IButton expandButton = new IButton("Expand Blue");
expandButton.setWidth(150);
expandButton.addClickHandler(new ClickHandler() {