Chapter 6. Moving pictures

 

This chapter covers

  • Interacting with complex custom nodes
  • Laying stuff out on screen, using containers
  • Playing video
  • Embedding fonts into an application

In previous chapters we developed an application using JavaFX’s Swing wrappers and played around with the scene graph. Now it’s time to turn our hands toward creating a UI that combines the functionality of a traditional desktop application with the visual pizzazz of the new scene graph library. And when it comes to desktop software, you don’t often get showier than media players.

6.1. Taking control: Video Player, version 1

6.2. Making the list: Video Player, version 2

6.3. Bonus: taking control of fonts

6.4. Summary