this.contentPane = this.getContentPane();
this.contentPane.setLayout(new BoxLayout(this.contentPane,BoxLayout.Y_AXIS));
this.pH = new DblMatrix(new Double(7.0));
this.matrixBuilder = new MatrixBuilder();
this.matrixBuilder.setMinVal(new DblMatrix(2.0));
this.matrixBuilder.setMaxVal(new DblMatrix(12.0));
this.matrixBuilder.setStepVal(new DblMatrix(25.0));
this.okButton = new JButton("Ok");