diff --git a/src/main/java/com/gtohelper/datafetcher/controllers/solversettings/BetSettingsController.java b/src/main/java/com/gtohelper/datafetcher/controllers/solversettings/BetSettingsController.java index 372810d..385f8c6 100644 --- a/src/main/java/com/gtohelper/datafetcher/controllers/solversettings/BetSettingsController.java +++ b/src/main/java/com/gtohelper/datafetcher/controllers/solversettings/BetSettingsController.java @@ -7,7 +7,6 @@ import javafx.beans.property.SimpleStringProperty; import javafx.fxml.FXML; import javafx.scene.control.*; -import javafx.stage.Popup; import java.util.*; import java.util.function.Consumer; diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index fadbd5b..bebb58e 100644 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.java @@ -6,5 +6,13 @@ requires javafx.fxml; requires javafx.controls; - exports com.gtohelper; + exports com.gtohelper.datafetcher.models to javafx.graphics; + + exports com.gtohelper.datafetcher.controllers to javafx.fxml; + opens com.gtohelper.datafetcher.controllers to javafx.fxml; + + exports com.gtohelper.datafetcher.controllers.solversettings to javafx.fxml; + opens com.gtohelper.datafetcher.controllers.solversettings to javafx.fxml; + + opens com.gtohelper.fxml to javafx.fxml; } diff --git a/src/main/resources/com/gtohelper/fxml/BetSettings.fxml b/src/main/resources/com/gtohelper/fxml/BetSettings.fxml index b08da77..0457065 100644 --- a/src/main/resources/com/gtohelper/fxml/BetSettings.fxml +++ b/src/main/resources/com/gtohelper/fxml/BetSettings.fxml @@ -10,7 +10,7 @@ - + diff --git a/src/main/resources/com/gtohelper/fxml/DBConnection.fxml b/src/main/resources/com/gtohelper/fxml/DBConnection.fxml index dd9e0bc..3c74f04 100644 --- a/src/main/resources/com/gtohelper/fxml/DBConnection.fxml +++ b/src/main/resources/com/gtohelper/fxml/DBConnection.fxml @@ -10,7 +10,7 @@ diff --git a/src/main/resources/com/gtohelper/fxml/DebugOutput.fxml b/src/main/resources/com/gtohelper/fxml/DebugOutput.fxml index 3085ed5..83cc1ae 100644 --- a/src/main/resources/com/gtohelper/fxml/DebugOutput.fxml +++ b/src/main/resources/com/gtohelper/fxml/DebugOutput.fxml @@ -1,14 +1,9 @@ - - - - - - + diff --git a/src/main/resources/com/gtohelper/fxml/GTOHelper.fxml b/src/main/resources/com/gtohelper/fxml/GTOHelper.fxml index eb43bf3..38f99b5 100644 --- a/src/main/resources/com/gtohelper/fxml/GTOHelper.fxml +++ b/src/main/resources/com/gtohelper/fxml/GTOHelper.fxml @@ -4,7 +4,7 @@ - @@ -12,27 +12,27 @@ - + - + - + - + - + diff --git a/src/main/resources/com/gtohelper/fxml/HandAnalysis.fxml b/src/main/resources/com/gtohelper/fxml/HandAnalysis.fxml index d6cc401..2e58fde 100644 --- a/src/main/resources/com/gtohelper/fxml/HandAnalysis.fxml +++ b/src/main/resources/com/gtohelper/fxml/HandAnalysis.fxml @@ -22,7 +22,7 @@ - + @@ -148,7 +148,7 @@ - + diff --git a/src/main/resources/com/gtohelper/fxml/OtherSettings.fxml b/src/main/resources/com/gtohelper/fxml/OtherSettings.fxml index 0538645..c31e8c3 100644 --- a/src/main/resources/com/gtohelper/fxml/OtherSettings.fxml +++ b/src/main/resources/com/gtohelper/fxml/OtherSettings.fxml @@ -9,7 +9,7 @@ - + diff --git a/src/main/resources/com/gtohelper/fxml/RangeFiles.fxml b/src/main/resources/com/gtohelper/fxml/RangeFiles.fxml index b5e2f70..081353d 100644 --- a/src/main/resources/com/gtohelper/fxml/RangeFiles.fxml +++ b/src/main/resources/com/gtohelper/fxml/RangeFiles.fxml @@ -13,7 +13,7 @@ - + diff --git a/src/main/resources/com/gtohelper/fxml/SolverSettings.fxml b/src/main/resources/com/gtohelper/fxml/SolverSettings.fxml index 023ad9b..88fff97 100644 --- a/src/main/resources/com/gtohelper/fxml/SolverSettings.fxml +++ b/src/main/resources/com/gtohelper/fxml/SolverSettings.fxml @@ -17,20 +17,20 @@ - + - + - + diff --git a/src/main/resources/com/gtohelper/fxml/WorkItem.fxml b/src/main/resources/com/gtohelper/fxml/WorkItem.fxml index face71d..5ba3318 100644 --- a/src/main/resources/com/gtohelper/fxml/WorkItem.fxml +++ b/src/main/resources/com/gtohelper/fxml/WorkItem.fxml @@ -6,7 +6,7 @@ - + diff --git a/src/main/resources/com/gtohelper/fxml/WorkQueue.fxml b/src/main/resources/com/gtohelper/fxml/WorkQueue.fxml index 9923bf1..65de3ff 100644 --- a/src/main/resources/com/gtohelper/fxml/WorkQueue.fxml +++ b/src/main/resources/com/gtohelper/fxml/WorkQueue.fxml @@ -3,13 +3,11 @@ - - - + @@ -67,7 +65,7 @@ - + @@ -87,7 +85,7 @@ - +