Skip to content

Commit

Permalink
Scenic View added (#19349)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanirub authored and QuincyLarson committed Oct 16, 2018
1 parent 2d6a0f4 commit c412b54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/pages/guide/english/java/javafx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ 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)

[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/)

0 comments on commit c412b54

Please sign in to comment.