Added cleanups

This commit is contained in:
MatMasIt 2021-02-15 12:27:44 +01:00 committed by GitHub
parent 764eaac2f8
commit 5849a1b2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,7 @@ public class Main extends JFrame implements ActionListener{
JOptionPane.ERROR_MESSAGE); JOptionPane.ERROR_MESSAGE);
System.exit(1); System.exit(1);
} }
f.delete();
JOptionPane.showMessageDialog(this, JOptionPane.showMessageDialog(this,
"Files have been extracted in the current working folder", "Files have been extracted in the current working folder",
"Ok", "Ok",