mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 07:50:45 +00:00
@Override annotation
This commit is contained in:
@@ -90,6 +90,7 @@ public class AboutDialog extends JDialog {
|
||||
JButton okButton = new JButton("OK");
|
||||
cp.add(okButton);
|
||||
okButton.addActionListener(new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
setVisible(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user