patch bug /bin

This commit is contained in:
2021-12-19 13:15:17 +01:00
parent 7b9c562053
commit 14bec7a4f0
140 changed files with 14 additions and 70 deletions

14
.vscode/launch.json vendored
View File

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