[Jarspy-commits] CVS: JarSpy/src/com/ociweb/jarspy/gui JarSpyGUI.java,1.24,1.25
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-07-15 22:29:08
|
Update of /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui
In directory usw-pr-cvs1:/tmp/cvs-serv3379
Modified Files:
JarSpyGUI.java
Log Message:
remove code that was setting the list cell renderer
Index: JarSpyGUI.java
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/src/com/ociweb/jarspy/gui/JarSpyGUI.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** JarSpyGUI.java 15 Jul 2002 22:22:24 -0000 1.24
--- JarSpyGUI.java 15 Jul 2002 22:29:06 -0000 1.25
***************
*** 281,286 ****
private JComponent createClassListPanel() {
- classList.setCellRenderer(new ClassListCellRenderer());
-
JPanel classListPanel = new JPanel(new BorderLayout(0, 1));
--- 281,284 ----
|