public synchronized void removeListDataListener(javax.swing.event.ListDataListener l) {
   listeners.remove(l);
 }