コード例 #1
0
ファイル: Main.java プロジェクト: estecche/Facturatron
 private void facturar() throws Exception {
   FacturaControl fs = new FacturaControl();
   fs.setBusyHandler(new ProgressPanelBusyHandler(getView()));
   ((MainForm) getView()).addTab("Facturar", fs.getView());
 }