Fix(guide): add ControlFX
This commit is contained in:
committed by
Heather Kusmierz
parent
57a063416c
commit
106e82be74
@ -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/)
|
||||
|
Reference in New Issue
Block a user