Image Viewer is a simple JavaFX application that allows users to view, manipulate, and manage images. It provides various operations such as rotating, zooming, converting to black and white, saving, ...
I'm working on a JavaFX app with Java 11 and I'm trying to create artifacts that would also run on Windows 10, not just linux. I would like to build artifacts for all platforms on linux. plugins { id ...