Merge 60718d7c35646447d4d7926d5930e6555adbc3fc into 2120ee1c5d22935aedacdcb26abf422f56f60a9b
This commit is contained in:
commit
b5e3545ce8
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -5,5 +5,11 @@
|
|||||||
"lib/**/*.jar"
|
"lib/**/*.jar"
|
||||||
],
|
],
|
||||||
"liveshare.shareExternalFiles": false,
|
"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.
Binary file not shown.
@ -79,6 +79,7 @@ public class ManagerGui extends JFrame {
|
|||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent e){
|
public void actionPerformed(ActionEvent e){
|
||||||
Jf.dispose();
|
Jf.dispose();
|
||||||
|
System.exit(0);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user