Compare commits

...
This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
60718d7c35 small polish 2022-05-19 09:35:06 +02:00
6 changed files with 8 additions and 1 deletions

View File

@ -5,5 +5,11 @@
"lib/**/*.jar"
],
"liveshare.shareExternalFiles": false,
"liveshare.allowGuestDebugControl": true
"liveshare.allowGuestDebugControl": true,
"cSpell.words": [
"Jframe",
"Jlogo",
"Jname",
"Mudry"
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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