JavaFX: How to easily implement an application preloader 09/29/15 by aron.sreder Introduction Have you ever been in situation that you developed an awesome JavaFX application but it is taking too long... Read more Leave your thoughts
Add p2 update functionality to an e(fx)clipse application – Eclipse RCP Cookbook 04/28/15 by Dirk Fauth The Equinox p2 project provides a provisioning infrastructure that can be used to update or install features into an OSGi... Read more Leave your thoughts
Tweaking the Menu Bar of JavaFX 8 Applications on OS X 04/10/15 by Jan Gassen JavaFX provides a simple means to create platform independent applications with a graphical UI. This platform independence, however, usually comes... Read more 8 Comments
OSGi declarative services and the event bus – Eclipse RCP Cookbook 04/09/15 by Dirk Fauth OSGi services are used to provide functionality via separate bundles. They are also used to decouple functionality, so it is possible... Read more 5 Comments
Add JavaFX controls to a SWT Eclipse 4 application – Eclipse RCP Cookbook 04/02/15 by Dirk Fauth As explained in JavaFX Interoperability with SWT it is possible to embed JavaFX controls in a SWT UI. This is useful... Read more Leave your thoughts
Adding a custom image renderer to JavaFX 8 03/13/15 by Jan Gassen Out of the box, JavaFX 8 supports JPEG, PNG, GIF and BMP images, which should be sufficient for most use-cases.... Read more 6 Comments
SWT to JavaFX migration – Eclipse RCP Cookbook 02/16/15 by Dirk Fauth When developing an Eclipse RCP application in the past, you needed to use the Standard Widget Toolkit (SWT) as UI... Read more Leave your thoughts