this.all.setLayout(new BorderLayout());
this.z = new JPanel();
this.z.setLayout(new GridLayout(3, 2));
this.signale = new Koordinatensystem("Signale", "t", "I");
this.z.add(this.signale);
this.ffts = new Koordinatensystem("FFT-Betrag", "F", "y");
this.z.add(this.ffts);
this.auto = new Koordinatensystem("Autokorrelation-Realanteil", "delta t",
"y");
this.z.add(this.auto);
this.vers = new Koordinatensystem("Korrelation-Realanteil", "delta t", "y");
this.z.add(this.vers);
this.panel3d = Panel3d.createPanel3d();
this.z.add(this.panel3d);