this.setLayout(new BoxLayout(this,BoxLayout.X_AXIS));
//System.out.println(this.parent);
//System.out.println(this.storage);
this.like = new BayesianBufferPredictorNew(this.storage,this.parent.getConnection(),this.parent.getRepository());
this.prop = new GaussianProposal(like);
this.prefs = new pHtoolsPrefs();
prefs.initialize();
///CONTROL BOX////