mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 05:00:54 +00:00
@Override annotation
This commit is contained in:
@@ -338,6 +338,7 @@ public class ABCPanel extends JPanel implements ItemListener, ActionListener {
|
||||
decompiledTextArea.reloadClass();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void itemStateChanged(ItemEvent e) {
|
||||
if (e.getSource() == abcComboBox) {
|
||||
int index = ((JComboBox) e.getSource()).getSelectedIndex();
|
||||
|
||||
Reference in New Issue
Block a user