Update of /cvsroot/jake2/jake2/src/jake2/qcommon
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11294/src/jake2/qcommon
Modified Files:
Q2DataDialog.java
Log Message:
clean up
Index: Q2DataDialog.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/Q2DataDialog.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Q2DataDialog.java 26 May 2005 16:56:32 -0000 1.14
--- Q2DataDialog.java 27 Feb 2007 14:39:03 -0000 1.15
***************
*** 2,7 ****
* Q2DataDialog.java
* Copyright (C) 2003
- *
- * $Id$
*/
--- 2,5 ----
***************
*** 15,19 ****
import java.net.URL;
import java.net.URLConnection;
! import java.util.*;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
--- 13,19 ----
import java.net.URL;
import java.net.URLConnection;
! import java.util.Enumeration;
! import java.util.Locale;
! import java.util.Vector;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
***************
*** 221,225 ****
private javax.swing.JButton exitButton;
private javax.swing.JButton cancelButton;
- private Jake2Canvas canvas;
private javax.swing.JPanel choosePanel;
private JPanel statusPanel;
--- 221,224 ----
***************
*** 535,539 ****
BufferedReader r = new BufferedReader(new InputStreamReader(in));
try {
- int i = 0;
while (true) {
String name = r.readLine();
--- 534,537 ----
|