public void widgetSelected(SelectionEvent evt) {
logger.debug("tableCreationButton.mouseDown, event=" + evt);
try {
int smallBlind = (int) ((Double.parseDouble(stakeCombo.getText().substring(0,
stakeCombo.getText().indexOf("/")))) * 100);
TableConfiguration tConfig = new TableConfiguration(smallBlind * 2, 2000,0);
try {
lobby.getContext().createHoldemTable(nameInput.getText(), tConfig);
} catch (IllegalActionException e) {
logger.error("This should not happen", e);