To test the Bejeweled_World class, right click on its class and select 'new Bejeweled_World()'.
EDIT: WAIT, where is your 'addObject' line after the 'while' block?
The last statement inside the double 'for' block should be:
1 | addObject(actor, col, row); |