if (jComboBoxComputerQuest.getSelectedIndex()==-1) return;
if (jComboBoxDeckPlayer.getSelectedIndex()==-1) return;
// csa
mParent.removePanel(this);
MatchStartOptions options = new MatchStartOptions();
PlayerDataPool mPlayerDataPool = new PlayerDataPool();
MatchPlayable player1=null;
AIStrategiePool mAIStrategiePool = new AIStrategiePool();
Player player;
player = Configuration.getConfiguration().getAktivePlayer();