//Create and set up the window.
masterFrame = new JFrame("Avrora GUI");
masterFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
simulation = new SensorSimulation();
simulation.setAir(new SimpleAir());
args = a;
//First create the north quadrant, which contains
//the banner and the sim toolbar