From 99f082a69110a9fe9006a975f2d9252619b75d5e Mon Sep 17 00:00:00 2001 From: Per Eric Trapnes Date: Mon, 2 Feb 2026 11:52:14 +0100 Subject: [PATCH] maven fx run --- pom.xml | 18 ++++++++++++++++++ .../ntnu/idi/idatt2003/gruppe42/Millions.java | 1 + 2 files changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index f388399..12869a8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,21 @@ javafx-controls 25.0.1 + + org.openjfx + javafx-fxml + 25.0.1 + + + org.openjfx + javafx-graphics + 25.0.1 + + + org.openjfx + javafx-web + 25.0.1 + org.junit.jupiter junit-jupiter @@ -44,6 +59,9 @@ org.openjfx javafx-maven-plugin 0.0.8 + + edu.ntnu.idi.idatt2003.gruppe42.Millions + org.apache.maven.plugins diff --git a/src/main/java/edu/ntnu/idi/idatt2003/gruppe42/Millions.java b/src/main/java/edu/ntnu/idi/idatt2003/gruppe42/Millions.java index 67741ab..04c6cc8 100644 --- a/src/main/java/edu/ntnu/idi/idatt2003/gruppe42/Millions.java +++ b/src/main/java/edu/ntnu/idi/idatt2003/gruppe42/Millions.java @@ -1,4 +1,5 @@ package edu.ntnu.idi.idatt2003.gruppe42; +import javafx.*; public class Millions { public static void main(String[] args) {