removed unused imports

This commit is contained in:
honfika@gmail.com
2016-03-30 15:35:00 +02:00
parent 8ef6cfc17e
commit 0b1370c54c
7 changed files with 5 additions and 24 deletions

View File

@@ -19,15 +19,10 @@ package com.jpexs.decompiler.flash.gui;
import com.jpexs.decompiler.flash.gui.abc.DocsListener;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.HeadlessException;
import java.awt.Insets;
import java.awt.Point;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JEditorPane;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JRootPane;
import javax.swing.JScrollPane;
/**
@@ -63,5 +58,4 @@ public class DocsPanel extends JPanel implements DocsListener {
public void noDocs() {
textDisplay.setText("<body></body>");
}
}