summaryrefslogtreecommitdiff
path: root/src/proguard/gui/ListPanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/proguard/gui/ListPanel.java')
-rw-r--r--src/proguard/gui/ListPanel.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/proguard/gui/ListPanel.java b/src/proguard/gui/ListPanel.java
index 19a0c4d..d0293a2 100644
--- a/src/proguard/gui/ListPanel.java
+++ b/src/proguard/gui/ListPanel.java
@@ -2,7 +2,7 @@
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
- * Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)
+ * Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -20,13 +20,12 @@
*/
package proguard.gui;
+import javax.swing.*;
+import javax.swing.event.*;
import java.awt.*;
import java.awt.event.*;
-import java.util.List;
import java.util.*;
-
-import javax.swing.*;
-import javax.swing.event.*;
+import java.util.List;
/**
* This <code>Jpanel</code> allows the user to move and remove entries in a