aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-05-10 08:12:35 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-05-10 08:12:35 -0400
commit4a77c1cf54175d7714b288197160b46c700a9117 (patch)
treeb7eb2a0f6adda1ca861b5f460833a04c8810b9ab /.vscode
parent4c67291aee90d1e42c51400d544882bcda8e1a18 (diff)
downloadNPEhero-4a77c1cf54175d7714b288197160b46c700a9117.tar.gz
NPEhero-4a77c1cf54175d7714b288197160b46c700a9117.tar.bz2
NPEhero-4a77c1cf54175d7714b288197160b46c700a9117.zip
add gui classes
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json24
1 files changed, 23 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 3d52c67..30c9be8 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -6,10 +6,32 @@
"configurations": [
{
"type": "java",
+ "name": "Driver",
+ "request": "launch",
+ "mainClass": "gui.Driver",
+ "projectName": "GuitarHero",
+ "vmArgs": "--module-path lib --add-modules javafx.controls,javafx.fxml"
+ },
+ {
+ "type": "java",
+ "name": "Driver",
+ "request": "launch",
+ "mainClass": "fallTest.Driver",
+ "projectName": "GuitarHero"
+ },
+ {
+ "type": "java",
+ "name": "Driver",
+ "request": "launch",
+ "mainClass": "main.Driver",
+ "projectName": "GuitarHero"
+ },
+ {
+ "type": "java",
"name": "Launch App",
"request": "launch",
"mainClass": "main.jfxTest",
- "vmArgs": "--module-path lib --add-modules javafx.controls,javafx.fxml",
+ "vmArgs": "--module-path lib --add-modules javafx.controls,javafx.fxml"
}
]
} \ No newline at end of file