summaryrefslogtreecommitdiffstats
path: root/build/src/$installer$
diff options
context:
space:
mode:
authoracolyer <acolyer>2003-02-26 10:52:35 +0000
committeracolyer <acolyer>2003-02-26 10:52:35 +0000
commit2e89f544a7dacfea37cfb4b076f5fa33302ebc64 (patch)
tree127d33d442ed19ce9335a97d37fe847b4373a76c /build/src/$installer$
parent20bf213e44aad97b8a1b1efcda24a07b7c92f0d4 (diff)
downloadaspectj-2e89f544a7dacfea37cfb4b076f5fa33302ebc64.tar.gz
aspectj-2e89f544a7dacfea37cfb4b076f5fa33302ebc64.zip
Ran "Organize imports" to remove redundant imports etc -
clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
Diffstat (limited to 'build/src/$installer$')
-rw-r--r--build/src/$installer$/org/aspectj/Main.java53
1 files changed, 45 insertions, 8 deletions
diff --git a/build/src/$installer$/org/aspectj/Main.java b/build/src/$installer$/org/aspectj/Main.java
index f6f5e733e..ec2b12280 100644
--- a/build/src/$installer$/org/aspectj/Main.java
+++ b/build/src/$installer$/org/aspectj/Main.java
@@ -15,15 +15,52 @@
package $installer$.org.aspectj;
-import javax.swing.*;
-import javax.swing.border.*;
-import java.awt.*;
-import java.awt.event.*;
-import java.io.*;
-import java.net.URL;
-import java.util.zip.*;
-import java.util.*;
+import java.awt.BorderLayout;
+import java.awt.Component;
+import java.awt.Dimension;
+import java.awt.FlowLayout;
+import java.awt.Font;
+import java.awt.GridBagConstraints;
+import java.awt.GridBagLayout;
+import java.awt.Toolkit;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.io.BufferedOutputStream;
+import java.io.BufferedReader;
+import java.io.BufferedWriter;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileOutputStream;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.io.OutputStream;
+import java.io.PrintStream;
import java.lang.reflect.InvocationTargetException;
+import java.net.URL;
+import java.util.Map;
+import java.util.Properties;
+import java.util.zip.ZipEntry;
+import java.util.zip.ZipInputStream;
+
+import javax.swing.BorderFactory;
+import javax.swing.BoxLayout;
+import javax.swing.Icon;
+import javax.swing.JButton;
+import javax.swing.JEditorPane;
+import javax.swing.JFileChooser;
+import javax.swing.JFrame;
+import javax.swing.JLabel;
+import javax.swing.JOptionPane;
+import javax.swing.JPanel;
+import javax.swing.JProgressBar;
+import javax.swing.JTextArea;
+import javax.swing.JTextField;
+import javax.swing.SwingUtilities;
+import javax.swing.border.Border;
+import javax.swing.border.CompoundBorder;
+import javax.swing.border.EmptyBorder;
/**
* Invoke the Installer gui.