31323334353637
/** * You are free to set your own options for the table that you are creating. */ @Override protected GameOptionsDialog createNewGameTableDialog() { return new PokerOptionsDialog(null, controller_); }
43444546474849
return new PokerNewGameDialog( parent, viewer ); } @Override protected GameOptionsDialog createOptionsDialog(Component parent, GameController controller ) { return new PokerOptionsDialog( parent, controller ); }