labelPlayers = new GenericLabel();
labelPlayers.setTextColor(new Color(0xffaaaaaa));
content.attachWidget("Spoutcraft", labelPlayers);
linkForum = new LinkButton("Go to Forum", "");
getScreen().attachWidget("Spoutcraft", linkForum);
linkSite = new LinkButton("Go to Website", "");
getScreen().attachWidget("Spoutcraft", linkSite);
labelSpoutcraftLabel = new GenericLabel("Spoutcraft");
content.attachWidget("Spoutcraft", labelSpoutcraftLabel);
labels.add(labelSpoutcraftLabel);