JavaFX provides certain colors by default when rendering charts. There are situations, however, when one wants to customize these colors. In this blog post I look at changing the colors of a JavaFX ...
JavaFX 2.0 allows for inclusion of HTML code within a JavaFX application using JavaFX 2.0’s WebView and WebEngine classes from the javafx.scene.web package. This post looks at a very simple example of ...
This project implements and visualizes the Raft lifecycle for 3D printers using a 3 node cluster. Each node is a Spring Boot application that communicates with the others using RabbitMQ. The state of ...