Nice feature about JavaFX compared to Swing, is that finally in JavaFX we get video playback functionality
Oracle JavaFX Documentation page is good place to learn about this:
http://docs.oracle.com/javase/8/javafx/media-tutorial/playercontrol.htm
Thanks to the Media Playback functionality in JavaFX, you can now produce your own simple video player apps like below.