Bekwam Blog
More and More Kotlin Code in 2018 w. JavaFX and the TornadoFX Framework
JavaFX Tutorials
(Move to ...)
Bekwam JavaFX Tutorials
Home
Company
Privacy
▼
Wednesday, April 26, 2017
Kotlin RadioButtons and Enumerated Types in TornadoFX
›
A previous post showed how to create a JavaFX property based on an Enum linked to a set of RadioButtons. Selecting a RadioButton changed t...
Tuesday, April 25, 2017
JavaFX RadioButtons and Enumerated Types
›
In JavaFX, RadioButtons are usually added to a ToggleGroup to make the selections mutually exclusive. The RadioButton selection can be boun...
1 comment:
Monday, March 27, 2017
Kotlin Elements in TorandoFX Type Safe Builders
›
While the Kotlin-based TornadoFX framework supports many styles to construct a JavaFX UI, the Type Safe Builders are preferred. Borrowing f...
Monday, January 16, 2017
C# WebClient Parsing JSON Array
›
This is a snippet of code that calls a RESTful web service and parses the JSON result. The JSON payload is a list of objects. The solution...
Saturday, December 3, 2016
Kotlin Callable Reference Notes
›
Method references were added to Java 8 and you may already be using the double-colon (::) syntax to use a method reference as a parameter. ...
‹
›
Home
View web version