181182183184185186187
((TemplateForm) component).processNewAction(); tabbedPane.addTab(component.getName(), component); tabbedPane.setSelectedComponent(component); } protected void doMntmCustomerThoubActionPerformed(ActionEvent e) { addView(new CustomerThoubDesign()); }
190191192193194195196
} protected void doHprlnkNewCustomerActionPerformed(final ActionEvent e) { ViewUtil.showDialog(new CustomerForm()); } protected void doHprlnkNewThoubActionPerformed(final ActionEvent e) { addView(new CustomerThoubDesign()); }