In this JavaFX GUI tutorial we will explore the Text Class. The JavaFX Text Class is similar to a Label but unlike a Label it descends from the Shape Class and as such it can be formetted using methods that apply to shapes. Text has a Fill and Stroke color and it can be styled using CSS as it also descends from the Node class. As with any Node subclasses Text can also have effects applied.
Project Code is available on GitHub:
https://github.com/JavaCodeJunkie/javafx
Check out my YouTube Channel for more videos:
/ javacodejunkie