362363364365366367368369370371372
case STARTGAME: { mParent.removeStarter(this); MatchStartPanel c = ((MatchStartPanel)startGame.getPanel()); startGame.setVisible(false); c.startGame(); return; } }