JavaFX
-
Desktop Java
JFXPanel and FX Platform Thread pitfalls
The JFXPanel is a component to embed JavaFX content into (legacy ;-)) Swing applications. Basically it makes it very easy…
Read More » -
Desktop Java
How to allow users to customize the UI
Idea Take advantage of the declarative design pattern of JavafX/FXML and allow users to customize a certain view without any…
Read More » -
Desktop Java
Transform Your SQL Data into Charts Using jOOQ and JavaFX
In the recent past, we’ve shown how Java 8 and functional programming will bring a new perspective to Java developers…
Read More » -
Desktop Java
JavaFX List Example
This is an example list application built using JavaFX. The app is a list of todo (to do) items. This…
Read More » -
Desktop Java
JavaFX in the browser
Lately Carl Dea and I have started a new project to bring JavaFX 8 into the browser. Today I want…
Read More » -
Desktop Java
Cannot Uninstall JavaFX SceneBuilder 1.0 with JDK 8
I was recently removing some of the software development applications, tools, and files I had used from an old Vista-based…
Read More » -
Desktop Java
How to get rid of focus highlighting in JavaFX
Today I was asked if I know a way to get rid of the focus-highlighting of JavaFX controls (respectively buttons):…
Read More » -
Desktop Java
Properties Extractor: Best way to get the ListView instantly updating its elements
This post is about how to deal with JavaFX ListViews and TableViews and how these controls are getting informed about…
Read More » -
Desktop Java
Call to verify responsiveness of your JavaFX UIs
Recently Jim Weaver installed my little picture indexing app “picmodo” for a demo on his Surface Pro and the GUI…
Read More »