Add Gallery & Settings to menu and start layouts

This commit is contained in:
bryce
2024-10-29 11:01:59 +13:00
parent 5b618916b1
commit 58f3773392
16 changed files with 290 additions and 139 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"name": "Launch BrickLog Client",
"mainClass": "com.example.bricklog.BrickLogClient",
"projectName": "bricklog-client",
"vmArgs": "--module-path C:/javafx-sdk-21.0.5 --add-modules javafx.controls,javafx.fxml"
"vmArgs": "--module-path \"C:/javafx-sdk-21.0.5/lib\" --add-modules javafx.controls,javafx.fxml"
}
]
}

View File

@@ -1,3 +1,4 @@
{
"java.compile.nullAnalysis.mode": "automatic"
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic"
}