1. wrap a viz inside a JavaFX application, 1. use basic visual components like rectangle, text, colors, group. 1. introduce `Scale` functions.
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 ...
This application is a live updating word cloud and pie chart. The system should allow a user to: Enter in a new word from a text box embedded in the application and have that word show up in the word ...
There are several places within the JavaFX 2 documentation that the sample application Ensemble is referenced. Ensemble is the largest JavaFX sample application provided in the JavaFX 2.0 samples.