first part of lab 8

This commit is contained in:
2021-12-12 18:01:08 +01:00
parent 7a0d8f3cca
commit cd6bd96b94
17 changed files with 511 additions and 0 deletions

21
.vscode/launch.json vendored
View File

@@ -4,6 +4,27 @@
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch TheaterApplication",
"request": "launch",
"mainClass": "lab8_tableaux.TheaterApplication",
"projectName": "Labo_6a2f7ad1"
},
{
"type": "java",
"name": "Launch Task1",
"request": "launch",
"mainClass": "lab8_tableaux.Task1",
"projectName": "Labo_6a2f7ad1"
},
{
"type": "java",
"name": "Launch App",
"request": "launch",
"mainClass": "lab8_tableaux.App",
"projectName": "Labo_6a2f7ad1"
},
{
"type": "java",
"name": "Launch Task2Runner",