small polish

This commit is contained in:
Rémi Heredero 2022-05-19 09:35:06 +02:00
parent 2120ee1c5d
commit 60718d7c35
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);
};
});