This commit is contained in:
2026-01-08 16:08:52 -05:00
parent d724c734c3
commit 7e2dfdf784
13 changed files with 68 additions and 128 deletions

20
.vscode/launch.json vendored
View File

@@ -4,6 +4,23 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "ApiController",
"request": "launch",
"mainClass": "edu.inventorym.ApiController",
"projectName": "Ui"
},
{
"type": "java",
"name": "Application",
"request": "launch",
"mainClass": "edu.inventorym.Application",
"projectName": "Ui",
"noDebug": false,
"__progressId": "ac782dee-a961-4892-9b94-9090bfdfcbda",
"__origin": "internal"
},
{
"type": "java",
"name": "ApplicationView",
@@ -11,7 +28,6 @@
"mainClass": "edu.inventorym.ApplicationView",
"projectName": "UiView",
"vmArgs": " --module-path /home/sherwinp/workspace/javafx-sdk/lib --add-modules ALL-MODULE-PATH --enable-native-access=javafx.web,javafx.controls,javafx.media,javafx.graphics -Dcom.sun.management.jmxremote=false -Djava.awt.headless=true -XX:+DisableAttachMechanism"
},
}
]
}