small polish

This commit is contained in:
2022-05-19 09:35:06 +02:00
parent 2120ee1c5d
commit 60718d7c35
6 changed files with 8 additions and 1 deletions

View File

@ -79,6 +79,7 @@ public class ManagerGui extends JFrame {
@Override
public void actionPerformed(ActionEvent e){
Jf.dispose();
System.exit(0);
};
});