Compare commits
1 Commits
master
...
polish-all
Author | SHA1 | Date | |
---|---|---|---|
60718d7c35 |
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