}//GEN-LAST:event_actAddContentlessItemActionPerformed
private void actAddImageListActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_actAddImageListActionPerformed
ImageListServiceItem newitem = new ImageListServiceItem();
ServiceListTable.getActiveInstance().addItem(newitem);
ImageListEditorForm form = new ImageListEditorForm(newitem);
form.setLocationRelativeTo(this);
form.setVisible(true);
}//GEN-LAST:event_actAddImageListActionPerformed