@Override annotation

This commit is contained in:
Jindra Pet��k
2013-03-24 10:18:04 +01:00
parent c2d8db8228
commit 77e25529b5
99 changed files with 286 additions and 0 deletions
@@ -955,6 +955,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
return JOptionPane.showConfirmDialog(null, "Following procedure can damage SWF file which can be then unplayable.\r\nUSE IT ON YOUR OWN RISK. Do you want to continue?", "Warning", JOptionPane.OK_CANCEL_OPTION, JOptionPane.WARNING_MESSAGE) == JOptionPane.OK_OPTION;
}
@Override
public void actionPerformed(ActionEvent e) {
if (e.getActionCommand().equals("EXIT")) {
setVisible(false);