Mint_Greenie wrote...
@danpost: Thanks a lot for your help! Just one last question. Is there any way I can execute the code from the 'world' class from the 'options' class?world w = (world)getWorld(); w.playGame(); // or simply ((world)getWorld()).playGame();
world w = new world(); w.playGame();