Java

JavaFX: Basic

Can use JavaFX to build a simple GUI

Adapted (with permissions) from Marco Jakob's JavaFX 8 tutorial.

After going through the two parts above, you should be familiar with building basic JavaFX GUIs using IntelliJ. You can continue with the original tutorial (which is written for Eclipse), with the following links:

Streams: Basic

: Can use Java8 streams

Java 8 introduced a number of new features (e.g. Lambdas, Streams) that are not trivial to learn but also extremely useful to know.

Here is an overview of new Java 8 features . (written by Benjamin Winterberg)

Resources

Tutorials: