organize imports inspection

This commit is contained in:
Jindra Petřík
2022-10-23 16:54:49 +02:00
parent 1bfbe84ee9
commit 10b0875358
63 changed files with 15 additions and 146 deletions

View File

@@ -1,9 +1,9 @@
package com.jpexs.decompiler.flash.gui;
import javax.swing.*;
import java.beans.*;
import java.awt.*;
import java.beans.*;
import java.io.File;
import javax.swing.*;
import javax.swing.border.Border;
public class FileChooserImagePreview extends JComponent