private void createRounds() { Round r1 = new FirstRound(this); Round r2 = new SecondRound(this); r1.nextRound = r2; r1.start(); }