New version of 2048FX for iOS now available at App Store

The latest version of our JavaFX game 2048FX for iOS is now available at the App Store. Should have been available since last week for our JavaOne talk “One Codebase to Rule Them All: Going Mobile with 2048FX [CON3255]”, but Apple complained there was a “2048” in the tagline… finally its there now! Major changes… Continue Reading New version of 2048FX for iOS now available at App Store

MQTT.fx 0.0.18 released

You can download latest binaries at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. 0.0.18 Release Notes [New] Issue #56: Add a “Generate” button for the ClientID. I have added a Button to generate a unique ClientID in respect to Lady Ada’s nice MQTT.fx tutorial to prevent the need of 3rd… Continue Reading MQTT.fx 0.0.18 released

MQTT.fx 0.0.17 is here!

You can download latest binaries at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. 0.0.17 Release Notes [New] Issue #44: Quick Connect Bar is now available Now you can switch via the leading icon how the connection should be done: via a connection profile: via quick-connect by setting the broker address… Continue Reading MQTT.fx 0.0.17 is here!

FontAwesomeFX 8.6 released

FontAwesomeFX 8.6 comes with a new Icons Font: Material Icons. (thanks to John Sirach for his request). Actually it’s 2 new Icons Fonts: The original Material Icons Font from Google (around 800 icons) and Material Design Icons (around 1200 icons). Basically Material Design Icons cover the Google Icons extended by a lot of additional community… Continue Reading FontAwesomeFX 8.6 released

FontAwesomeFX 8.5 released

FontAwesomeFX 8.5 now includes FontAwesome 4.4 coming with 66 new Icons (thanks to Steffen for his pull request). Get 8.5: Download Binaries: Download Sources available at Bitbucket Maven: <dependency> <groupId>de.jensd</groupId> <artifactId>fontawesomefx</artifactId> <version>8.5</version> </dependency> Please report issues here

MQTT.fx 0.0.16 released

You can download latest binaries at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. Release Notes [Changed/New] Issue #14 Now TLS/SSL without client certificate authentication is supported [New] Issue #35 Subscribe to $SYS topics is now supported [New] Improved Error Prevention: Profile Editor now supports validation In facts it’s a mix… Continue Reading MQTT.fx 0.0.16 released

MQTT.fx 0.0.15 released

You can download latest binaries at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. 0.0.15 RELEASE NOTES [Fixed] Issue #31 Unsubscribe + Disconnect from a Broker didn’t clean messages from the client. [Changed/New] Bound new Output-Handler to Script execution System.out is not bound to the script console anymore! You should now… Continue Reading MQTT.fx 0.0.15 released

FontAwesomeFX 8.4 released

FontAwesomeFX 8.4: bug fixes and refactoring: FIXED: Issue #10: “NPE in updateSize() method” Issue when using Java 8u20: Exception in thread “JavaFX Application Thread” java.lang.NullPointerException at de.jensd.fx.glyphs.GlyphIcon.updateSize(GlyphIcon.java:142) at de.jensd.fx.glyphs.GlyphIcon.lambda$new$0(GlyphIcon.java:60) DONE: Issue #12: “Change class names” Note this if you are using FontAwesomeFX with SceneBuilder! You will have to re-import the custom components! FontAwesomIcon is now… Continue Reading FontAwesomeFX 8.4 released