Esempio n. 1
0
 private void facturar() throws Exception {
   FacturaControl fs = new FacturaControl();
   fs.setBusyHandler(new ProgressPanelBusyHandler(getView()));
   ((MainForm) getView()).addTab("Facturar", fs.getView());
 }