A small tool designed to generate icons for the Epidemy project, a map of communicable diseases that Oceanic Fisheries (OFP) developed on behalf of Public Health Department (PHD) in 2014.
This project has been initially developed under Oracle JDK 1.8.0_5 using NetBeans 8 and SceneBuilder 8.
In october 2024, the project was ported to OpenJDK 23.0 and JavaFX 23 using IntelliJ IDEA Community Edition 2024.1.6
- To get the latest version of the OpenJDK, see https://jdk.java.net/
- To get the latest version of JavaFX, see https://gluonhq.com/products/javafx/
- To get the latest version of IntelliJ IDEA, see https://www.jetbrains.com/idea/download/
- To get the latest version of SceneBuilder, see https://gluonhq.com/products/scene-builder/
In order to provide syntax highlight for both CSS and FXML code edition, this project uses the CodeMirror JavaScript control.
- You can reach the CodeMirror website at http://codemirror.net/
- CodeMirror is under MIT License, see http://codemirror.net/LICENSE for more details