Java Reference
In-Depth Information
Chapter Summary
JavaFX makes developing user interfaces straightforward and easy. By laying
out the scene graph nodes using JavaFX object literals, the JavaFX language sup-
ports a top-down view of the scene graph. This is more intuitive to the developer.
JavaFX also provides a robust set of user interface nodes and controls that facili-
tate developer productivity.
In this chapter, we discussed the stage, the scene, style sheets, JavaFX nodes,
creating custom nodes, layout options, and using Java Swing Components. This
all provides the foundation for creating rich user interfaces. Now we are ready to
delve into some really cool stuff. The next set of chapters cover topics from special
effects, animation, multimedia presentation, and creating RESTful applications.
 
Search WWH ::




Custom Search