model = this.model;
setSize(Defaults.getAsInteger("JSIMWindowWidth").intValue(), Defaults.getAsInteger("JSIMWindowHeight").intValue());
setTitle(WINDOW_TITLE);
setIconImage(JMTImageLoader.loadImageAwt("JSIMIcon"));
this.centerWindow();
classes = new ClassesPanel(model);
stations = new StationsPanel(model, model);
connections = new ConnectionsPanel(model);
parameters = new AllStationsParametersPanel(model, model);
measures = new MeasurePanel(model, model, model);
rspl = new RSPLPanel(model, model, model);