OpenPatrician Wiki
Naval trade simulation in the north and baltic sea during 1250 - 1500
Status: Alpha
Brought to you by:
hotzst
Each dialog test is accompanied by a dialog main class that can be used for visual testing with some restrictions:
But the layout and functionality can be checked for the most part.
To start a test several VM options need to be added in order for the application to have all the modules as javafy is no longer part of the SDK;
--module-path
C:\Users\ahotz\.m2\repository\org\openjfx\javafx-controls\11\javafx-controls-11-win.jar;C:\Users\ahotz\.m2\repository\org\openjfx\javafx-controls\11\javafx-controls-11.jar;C:\Users\ahotz\.m2\repository\org\openjfx\javafx-media\11\javafx-media-11-win.jar;C:\Users\ahotz\.m2\repository\org\openjfx\javafx-media\11\javafx-media-11.jar;C:\Users\ahotz\.m2\repository\org\openjfx\javafx-graphics\11\javafx-graphics-11.jar;C:\Users\ahotz\.m2\repository\org\openjfx\javafx-graphics\11\javafx-graphics-11-win.jar;C:\Users\ahotz\.m2\repository\org\openjfx\javafx-base\11\javafx-base-11.jar;C:\Users\ahotz\.m2\repository\org\openjfx\javafx-base\11\javafx-base-11-win.jar
--add-modules
javafx.controls,javafx.media,javafx.graphics,javafx.base
--add-opens
javafx.base/com.sun.javafx.beans=ALL-UNNAMED