Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Saturday, July 2, 2016

A TornadoFX HelloWorld in One File Using IntelliJ

This is my first post on both Kotlin and TornadoFX.  Kotlin is a JVM-based language with a number of nice improvements such as the Elvis operator, which assists in NPE-free dereferencing, and shorter declarations.  TornadoFX is a library for Kotlin that lets you access JavaFX.

Adding TornadoFX to a Kotlin Project via Maven

Follow the link below to the article.

https://courses.bekwam.net/public_tutorials/bkcourse_tornadofx_hw.php

No comments:

Post a Comment