/** Selects all items in the list */
 public void selectAll() {
   model.selectAll();
   revalidate();
   repaint();
 }