Desktop Java
-
SWT Look and Feel: Customize FlatScrollBar Color and More
Recently I introduced a custom slider control useful for improving the SWT look and feel of more subtle view layouts.…
Read More » -
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 » -
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 » -
Don’t Remove Listeners – Use ListenerHandles
Listening to an observable instance and reacting to its changes is fun. Doing what is necessary to interrupt or end…
Read More » -
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 » -
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 » -
The IDE of choice for UltraESB – IntelliJ IDEA
At AdroitLogic we have been using IntelliJ IDEA from a long time for development. It is found to be the…
Read More » -
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 » -
Sacrilege – a Custom SWT Scrollbar
SWT is a thin abstraction layer on top of native OS widgets. Which is a very good thing if you…
Read More »