Scenic View added (#19349)

This commit is contained in:
Shani Rub
2018-10-16 06:30:57 +02:00
committed by Quincy Larson
parent 2d6a0f4a6b
commit c412b54717

View File

@ -21,6 +21,8 @@ FXML is an XML-based markup language used for defining structures in JavaFX. The
<Button text="Sign In"/> // Nested inside the HBox is a Button object with the text 'Sign In'
</HBox>
```
### 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.
### References:
[FXML Documentation](https://docs.oracle.com/javase/8/javafx/api/javafx/fxml/doc-files/introduction_to_fxml.html)
@ -28,3 +30,5 @@ FXML is an XML-based markup language used for defining structures in JavaFX. The
[Scene Builder Tutorial](https://docs.oracle.com/javase/8/scene-builder-2/get-started-tutorial/overview.htm#JSBGS164)
[Official JavaFX Documentation](https://docs.oracle.com/javase/8/javase-clienttechnologies.htm)
[Official Scenic View Page](http://fxexperience.com/scenic-view/)