From 580a77367bc4f7a0f81730af3819586c57a6022c Mon Sep 17 00:00:00 2001 From: Adam Ottosson Date: Wed, 5 Nov 2025 17:18:46 +0100 Subject: [PATCH 01/17] update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6ac465db..244268f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target/ /.idea/ +.env From 355bd72ec95a5ffc309250fd2136122a72e40ccf Mon Sep 17 00:00:00 2001 From: Adam Ottosson Date: Thu, 6 Nov 2025 20:05:23 +0100 Subject: [PATCH 02/17] adds button and listview in gui --- .../resources/com/example/hello-view.fxml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/main/resources/com/example/hello-view.fxml b/src/main/resources/com/example/hello-view.fxml index 20a7dc82..025cc6a8 100644 --- a/src/main/resources/com/example/hello-view.fxml +++ b/src/main/resources/com/example/hello-view.fxml @@ -1,9 +1,12 @@ - - - - - - - + + + + + + +