cleanup with "Inspect and Transform"

This commit is contained in:
Honfika
2013-11-07 00:26:49 +01:00
parent 9870157b6b
commit bef5f0ae67
69 changed files with 821 additions and 738 deletions

View File

@@ -36,7 +36,7 @@ import javax.swing.JColorChooser;
import javax.swing.JLabel;
import javax.swing.JPanel;
public class ImagePanel extends JPanel implements ActionListener, FlashDisplay {
public final class ImagePanel extends JPanel implements ActionListener, FlashDisplay {
public JLabel label = new JLabel();
public DrawableTag drawable;