Java: To bundle or not

Introduction As every Java application developer knows, in order for your users to use your application, they need a Java Runtime Environment (JRE) on their computer. Traditionally, this was done by providing the user with instructions on how to download and install a JRE (or check if they have he correct JRE), prior to installing […]

Java: To bundle or not Read More »

JavaFX binding example to sync a Control’s disabled state

I have recently been learning JavaFX 8 by developing a JavaFX application.  One of the new concepts in JavaFX is that of properties and binding, whereby, you can link (or bind) the property from one object, to the property of another.  In this article, I won’t explain the concepts of binding, or of properties (see

JavaFX binding example to sync a Control’s disabled state Read More »

Scroll to Top