this.setSpMain(new SplitPane());
this.getSpMain().setOrientation(SplitPane.ORIENTATION_HORIZONTAL_RIGHT_LEFT);
this.getSpMain().setSeparatorPosition(new JbsExtent(PnModule.STD_TOOLPANEWIDTH,JbsExtent.PX));
this.getSpMain().setSeparatorWidth(new JbsExtent(1,JbsExtent.PX));
this.setToolPane(new JbsObjectToolPane());
this.setShowContactField(true);
}