We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea841e commit 1d21155Copy full SHA for 1d21155
src/io/flutter/module/FlutterGeneratorPeer.java
@@ -26,7 +26,12 @@
26
import org.jetbrains.annotations.NotNull;
27
import org.jetbrains.annotations.Nullable;
28
29
-import javax.swing.*;
+import javax.swing.ComboBoxEditor;
30
+import javax.swing.JComponent;
31
+import javax.swing.JLabel;
32
+import javax.swing.JPanel;
33
+import javax.swing.JScrollPane;
34
+import javax.swing.JTextPane;
35
import javax.swing.event.DocumentEvent;
36
import javax.swing.text.JTextComponent;
37
0 commit comments