/** Constructs SchroedingerApp and sets plotting frame parameters. */
 public SchroedingerApp() {
   frame.setConnected(0, true);
   frame.setMarkerShape(0, Dataset.NO_MARKER);
 }