Added javafx part to main client test, instructions are in comments in the code

This commit is contained in:
Sem van der Hoeven
2019-02-18 16:20:46 +01:00
parent 3cd673b59e
commit fd350cf9bb
3 changed files with 68 additions and 1 deletions

11
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - Main",
"request": "launch",
"mainClass": "Main",
"projectName": "OOP-Project"
}
]
}