100101102103104105106107
for(DBObject dbObject : customers) autoCompletionComboBox.addItem(dbObject); } protected void doHprlnkAddCustomerActionPerformed(ActionEvent e) { ViewUtil.showDialog(new CustomerForm()); firePropertyChange("customerUpdated", null, true); }
187188189190191192193
} protected void doHprlnkCustomersListActionPerformed(final ActionEvent e) { addView(new CustomerList()); } protected void doHprlnkNewCustomerActionPerformed(final ActionEvent e) { ViewUtil.showDialog(new CustomerForm()); }