DirectoryServiceItem item = dirService.getItemFromID(d.service1ID);
serviceList.add(item);
}
jComboService = new JComboBox(serviceList.toArray());
DirectorySpeciality dirSpec = DirectoryLocator.getDirectory(DirectorySpeciality.class);
jComboSpec = new JComboBox(dirSpec.toArray(true));
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.