Skip to main content

Example Projects

Example: Hexadecimal Editor

7 mins
Here’s a sample application that uses a ListView to display and edit bytes in a data file, showing the values in hex, octal, binary, decimal and as characters.

Wordle in Kotlin JavaFX

16 mins
The original Wordle is JavaScript in a browser, here’s an implementation of it in Reactive JavaFX written in Kotlin.

Hangman in JavaFX

13 mins
How much code does it take to build a complete Hangman game in JavaFX?
It turns out … Not much!

MineSweeper in JavaFX

19 mins
MineSweeper! Everyone’s favourite time-waster Windows game. Implemented in JavaFX showing how the reactive nature of JavaFX can be used with MVC to create a game.