update docs

This commit is contained in:
2026-01-28 18:24:13 -05:00
parent 348b10734f
commit e0691bc7fe
6 changed files with 114 additions and 13 deletions

10
.vscode/launch.json vendored
View File

@@ -20,10 +20,18 @@
"noDebug": false,
"__progressId": "ac782dee-a961-4892-9b94-9090bfdfcbda",
"__origin": "internal"
},
{
"type": "java",
"name": "ApplicationView-linux",
"request": "launch",
"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"
},
{
"type": "java",
"name": "ApplicationView",
"name": "ApplicationView-windows",
"request": "launch",
"mainClass": "edu.inventorym.ApplicationView",
"projectName": "UiView",