Co-authored-by: Rémi Heredero <Klagarge@users.noreply.github.com>

This commit is contained in:
Fastium
2022-05-18 09:52:25 +02:00
parent fa5dca6196
commit a156a87733
8 changed files with 72 additions and 14 deletions

7
.vscode/launch.json vendored
View File

@@ -1,5 +1,12 @@
{
"configurations": [
{
"type": "java",
"name": "Launch HesSoGarage",
"request": "launch",
"mainClass": "BillGUI.HesSoGarage",
"projectName": "Lab15_OOP_79fdc875"
},
{
"type": "java",
"name": "Launch GUI2",