organize imports

This commit is contained in:
Honfika
2013-12-28 12:57:11 +01:00
parent 5ca8223d48
commit 2ed6001cee
4 changed files with 0 additions and 8 deletions

View File

@@ -19,12 +19,9 @@ package com.jpexs.decompiler.flash.gui;
import com.jpexs.decompiler.flash.gui.abc.LineMarkedEditorPane;
import com.jpexs.helpers.Helper;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JColorChooser;
import javax.swing.JPanel;
public final class BinaryPanel extends JPanel implements ActionListener {