Desktop Java
-

JavaFX Tip 17: Animated Workbench Layout with AnchorPane
I recently had to implement a layout for an application where the menu area and the status area could be hidden…
Read More » -

Storing months of historical metrics from Hystrix in Graphite
One of the killer-features of Hystrix is a low-latency, data-intensive and beautiful dashboard: …
Read More » -

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 »


