aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-29 23:14:36 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-29 23:17:24 +0200
commit97d75aa78e658f9fe398827fb7cba7aa5bc31a6f (patch)
tree749b703269d4b8b589afdf5e181e96b04c6d3660 /Makefile
parent6b6b45aca8f1a7770f2547a46bc1855bfb4ca9a7 (diff)
add track UI sections in new model class UI via subclass GUI (not as strings in class Window)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e29aeb4..e6a8dc8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ JAVA_MODULEPATHS_portfolio2 = \
JAVA_MODULES_portfolio2 = $(addprefix javafx.,base controls graphics)
JAVA_ROOT_portfolio2 = src/com.example.portfolio2
JAVA_MAINCLASSES_portfolio2 = Main
-JAVA_EXTRACLASSES_portfolio2 = Controller Database MyDB Window
+JAVA_EXTRACLASSES_portfolio2 = Controller Database GUI MyDB UI Window
JAVA_ROOT_portfolio3 = src/com.example.portfolio3
JAVA_EXTRACLASSES_portfolio3 = AbstractGraph AdjListGraph AdjMapGraph \
Edge EdgeGraph GraphAlgorithms Graph Graphs MatrixGraph Vertex