Java 8 and JavaFX

As this book is focused on JavaFX 8 which is only available since Java 8, we can make extensive use of some new language constructs that have been added in Java 8: Properties, Lambdas and Streams. You will benefit a great deal knowing how to use these properly - not only when using JavaFX.

The following sections will explain and demonstrate these constructs:

  1. Properties
  2. Lambas
  3. Streams