From 106e82be7479d1ae617026ffe3939b51f7db3f7f Mon Sep 17 00:00:00 2001 From: Shani Rub <43911148+shanirub@users.noreply.github.com> Date: Tue, 23 Oct 2018 02:53:58 +0200 Subject: [PATCH] Fix(guide): add ControlFX --- guide/english/java/javafx/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/java/javafx/index.md b/guide/english/java/javafx/index.md index 5a806dd972..3c35dec07a 100644 --- a/guide/english/java/javafx/index.md +++ b/guide/english/java/javafx/index.md @@ -24,6 +24,12 @@ FXML is an XML-based markup language used for defining structures in JavaFX. The ### Gulon Scenic View Scenic View is an application designed to show the current state of your JavaFX application. Scenic View enables you to debug the graphic elements in your application in real time, including changing various values. +### ControlsFX +The basic graphic elements in JavaFX are called controls. +ControlsFX is an open source project that maintains high quality controls for JavaFX. +Next to common controls like text fields and labels, there are also advanced features that can upgrade the look and feel of the UI. For example, a collection of pre-built dialogs used for the easy creation of custom dialogs. +Documentation can be found on the website. + ### References: [FXML Documentation](https://docs.oracle.com/javase/8/javafx/api/javafx/fxml/doc-files/introduction_to_fxml.html) @@ -32,3 +38,5 @@ Scenic View is an application designed to show the current state of your JavaFX [Official JavaFX Documentation](https://docs.oracle.com/javase/8/javase-clienttechnologies.htm) [Official Scenic View Page](http://fxexperience.com/scenic-view/) + +[Official ControlsFX Page](http://fxexperience.com/controlsfx/)