Index: javax/swing/JList.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/JList.java,v retrieving revision 1.18 diff -u -r1.18 JList.java --- javax/swing/JList.java 8 Oct 2004 22:16:09 -0000 1.18 +++ javax/swing/JList.java 9 Oct 2004 07:49:15 -0000 @@ -360,9 +360,7 @@ valueIsAdjusting = false; visibleRowCount = 8; - System.out.println ("here!"); - // cellRenderer = new DefaultListCellRenderer(); - System.out.println ("done here!"); + cellRenderer = new DefaultListCellRenderer(); listListener = new ListListener(); setModel(new DefaultListModel());