super("Ordrereserve takstol...");
this.menuBarBuilder = aMenuBarBuilder;
}
public void generateReport() {
try {
ExcelReportViewHandler excelReportViewHandler = new ExcelReportViewHandler(
ExcelReportEnum.ORDRERESERVE_TAKSTOL,new Dimension(320, 110));
ExcelReportSetting excelReportSetting=new ExcelReportSetting(ExcelReportEnum.ORDRERESERVE_TAKSTOL);
excelReportViewHandler.generateExcel(null,excelReportSetting);
} catch (ProTransException e) {
Util.showErrorDialog((WindowInterface)null, "Feil", e.getMessage());
e.printStackTrace();
}