We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4286522 commit 3263967Copy full SHA for 3263967
app/src/cc/arduino/contributions/ui/InstallerJDialog.java
@@ -71,7 +71,6 @@
71
72
import cc.arduino.contributions.ui.listeners.AbstractKeyListener;
73
import processing.app.Base;
74
-import processing.app.Theme;
75
76
public abstract class InstallerJDialog<T> extends JDialog {
77
@@ -329,7 +328,6 @@ private void setErrorMessageVisible(boolean visible) {
329
328
}
330
331
protected final ActionListener categoryChooserActionListener = new ActionListener() {
332
-
333
@Override
334
public void actionPerformed(ActionEvent event) {
335
DropdownItem<T> selected = (DropdownItem<T>) categoryChooser.getSelectedItem();
0 commit comments