sectionStack.setHeight(350);
SectionStackSection section1 = new SectionStackSection("Blue Pawn");
section1.setID("blueSection");
section1.setExpanded(true);
section1.addItem(new Img("pieces/48/pawn_blue.png", 48, 48));
sectionStack.addSection(section1);
SectionStackSection section2 = new SectionStackSection("Green Cube");
section2.setExpanded(true);
section2.setCanCollapse(false);