resetCommand = new Command( "Reset Level", Command.SCREEN, 4 );
nextCommand = new Command( "Next Level (#)", Command.SCREEN, 5 );
randomCommand = new Command( "Random Level (*)", Command.SCREEN, 6 );
clearCommand = new Command( "Clear Game Data", Command.SCREEN, 7 );
helpCommand = new Command( "Help", Command.SCREEN, 8 );
gameList = new List( "Select Game", List.IMPLICIT, games, null );
gameList.addCommand( backCommand );
gameList.setCommandListener( this );
warehouseCanvas = new WarehouseCanvas( "/warehouse/levels/" + games[ 0 ] + ".lev" );
helpForm = new Form( "Warehouse", new Item[] {
new StringItem( "About: ", "A Sokoban clone, " +