trivial import cleanup to avoid compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@382156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2006-03-01 20:59:54 +00:00
parent e5de36e653
commit 85f9706b6b
7 changed files with 20 additions and 22 deletions

View File

@ -18,10 +18,9 @@ package org.apache.lucene.swing.models;
*/
import java.util.Iterator;
import java.util.Collection;
import java.util.ArrayList;
import java.math.BigDecimal;
import java.util.Collection;
import java.util.Iterator;
/**
* @author Jonathan Simon - jonathan_s_simon@yahoo.com

View File

@ -16,12 +16,16 @@ package org.apache.lucene.swing.models;
* limitations under the License.
*/
import javax.swing.*;
import javax.swing.event.DocumentListener;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextField;
import javax.swing.event.DocumentEvent;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.awt.*;
import javax.swing.event.DocumentListener;
/**
* @author Jonathan Simon - jonathan_s_simon@yahoo.com

View File

@ -16,12 +16,12 @@ package org.apache.lucene.swing.models;
* limitations under the License.
*/
import junit.framework.Test;
import junit.framework.TestCase;
import javax.swing.*;
import java.util.ArrayList;
import javax.swing.ListModel;
import junit.framework.TestCase;
/**
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
**/

View File

@ -16,11 +16,11 @@ package org.apache.lucene.swing.models;
* limitations under the License.
*/
import junit.framework.Test;
import junit.framework.TestCase;
import java.util.ArrayList;
import javax.swing.table.TableModel;
import java.util.ArrayList;
import junit.framework.TestCase;
/**
* @author Jonathan Simon - jonathan_s_simon@yahoo.com

View File

@ -16,10 +16,9 @@ package org.apache.lucene.swing.models;
* limitations under the License.
*/
import junit.framework.TestCase;
import javax.swing.ListModel;
import javax.swing.table.TableModel;
import javax.swing.*;
import junit.framework.TestCase;
/**

View File

@ -18,8 +18,6 @@ package org.apache.lucene.swing.models;
import junit.framework.TestCase;
import javax.swing.table.TableModel;
/**
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
*/

View File

@ -18,8 +18,6 @@ package org.apache.lucene.swing.models;
import junit.framework.TestCase;
import javax.swing.table.TableModel;
/**
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
*/