protected HasLoginButtonPage(final Point buttonPos,final Point labelPos,final int buttonBounds,final TextAlign labelAlign,final CssColor textColor) {
game=(ASBOTXGame) getGame();
root=new GroupLayer();
if(game.getLoginInfo()==null){
game.getPlayerService().checkLogin(new CheckLoginRequest(ASBOTXConfigs.CLOSE_PAGE_PATH,game.getLocalPlayer().getPlayer()),
new AsyncCallback<CheckLoginResponse>(){
@Override
public void onFailure(Throwable caught) {
handleResponseFailure(caught);