From fe9794bdc8270b43ed5ae847d65ea2a2eecd4a79 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 18 May 2023 08:51:31 -0400 Subject: fix resizing and the bottom being too long --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 257652c..5a3e9f9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,14 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "java", + "name": "resizeTest", + "request": "launch", + "mainClass": "test.resizeTest", + "projectName": "GuitarHero", + "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml" + }, { "type": "java", "name": "focusTest", -- cgit v1.2.3