preGame.getPlayerList(gameName, new AsyncCallback<String[]>(){
@Override
public void onFailure(Throwable caught) {
// TODO Auto-generated method stub
new ErrorDialog("GAME: failed to getPlayerList!").show();
}
@Override
public void onSuccess(String[] result) {
initComponents();