try {
this.selReportType = new ReportTypeSelect(ClientGlobals.getUser(), ClientGlobals.getCompany());
} catch (Exception e) {
JbsOptionPane.showErrorDialog(this, JbsL10N.getString("Generic.errorMessage"),e);
}
this.txContents = new JbsTextArea();
this.txContents.setWidth(new JbsExtent(500,JbsExtent.PX));
this.txContents.setHeight(new JbsExtent(500,JbsExtent.PX));
}