public Test5() throws Exception {
this.setSize(800, 700);
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
RadarcolReader colReader = new RadarcolReader(new FileInputStream(
"radarcol.mul"));
this.colors = colReader.readAll();
Map0Reader reader = new Map0Reader(new File("map0.mul"));
// this.blocks = new ArrayList<MapBlock>();
MapBlock[] allBlocks = reader.readAll();
this.setTitle("Loaded " + allBlocks.length + " blocks");