button2.setAnchor(WidgetAnchor.CENTER_CENTER);
button2.setWidth(100).setHeight(20);
button2.shiftXPos(5).shiftYPos(button1.getHeight()/2);
popup.attachWidget(plugin, button1);
popup.attachWidget(plugin, button2);
player.getMainScreen().attachPopupScreen(popup);
}