label = new GenericLabel(message);
size = Spoutcraft.getMinecraftFont().getTextWidth(label.getText());
label.setX((int) (width / 2 - size / 2)).setY(top);
label.setTextColor(grey);
screen.attachWidget("Spoutcraft", label);
LocalTexture texture = new LocalTexture();
texture.setUrl(FileUtil.getAssetsDir().getPath()+"/misc/disconnected.png").setX((int) (width / 2 - 64)).setY(top);
texture.setHeight(128).setWidth(128);
screen.attachWidget("Spoutcraft", texture);