Project modular is a simple framework that provides a home for Modular JavaFX applications. Applications or controllers that implement the Modular interface can easily be added to the ModularHome controller. See the wiki for additional details.
To run the program from the command line, type:
mvn clean javafx:run
A Modular JavaFX application with controls to select colors and examine the effect of the selected JavaFX BlendMode. A similar example is discussed here; more here.
A Modular JavaFX application with controls that select a color and adjust the hue, saturation and brightness of a color swatch in the HSB color model.
A Modular JavaFX application that displays an HTree along with control for depth, stroke, color and animation.
This Modular JavaFX application renders chords connecting points on a circle. Patterns emerge as the controls are adjusted interactively. The project was inspired by Times Tables, Mandelbrot and the Heart of Mathematics. Typical images produced by the application resemble the ones shown here.
A Modular JavaFX FXML application that displays a graph of recent memory usage.
A Modular JavaFX FXML application that displays information about the application and provides a link to this repository.



