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 » -

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 » -

SWT Mouse Click Implementation
Doing a bit of SWT custom widget development lately, I stumbled across the question why is there no such thing…
Read More » -

Deferred Fetching of Model Elements with JFace Viewers
Model elements displayed by Eclipse JFace Viewers sometimes take a considerable amount of time to load. Because of this the…
Read More » -

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 » -

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 » -

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 » -

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 » -

Swing and JavaFX: working with JFXPanel
I soon will have to deal with JavaFX in a Swing based fat client – oh sorry, of course I…
Read More »


