Minor Update of FontAwesomeFX 8.13 packages

Updated font packs available! Issues fixed when using dedicated fonts in JavaFX applications (thanks to Dirk Lemmermann (@dlemmermann) for reporting): Some people also reported font loading issues with 32bit OpenJDK. This might be related to this bug in FTFactory.java http://mail.openjdk.java.net/pipermail/openjfx-dev/2016-March/018776.html Many thanks to Andrea Vacondio (@Torakiki610) for investigation! You can find the FontAwesomeFX bintray package here.… Continue Reading Minor Update of FontAwesomeFX 8.13 packages

MQTT.fx 1.3.1 is here!

Here’s the latest MQTT.fx (minor/bugfix) release: MQTT.fx 1.3.1! Coming with a fixed styling of detaching panes and also some dark theme improvements. As always you can download latest binaries/installers at mqttfx.org. Please Report bugs and feature requests  via the issue tracker.

MQTT.fx 1.3.0 is released!

Here’s the latest MQTT.fx release: MQTT.fx 1.3.0! I continued to spend some effort on stability and performance along with some UI additions. As always you can download latest binaries/installers at mqttfx.org. Please Report bugs and feature requests  via the issue tracker. Release Notes [New] Settings: Option to set buffer sizes (per topic & received messages)… Continue Reading MQTT.fx 1.3.0 is released!

FontAwesomeFX 8.13 released

Just released FontAwesomeFX 8.13 to Bintray. Revisited and updated Icon Fonts: You can find the FontAwesomeFX bintray package here. Source code available at Bitbucket Please report issues here

MQTT.fx 1.2.0 is here!

It’s time for the next MQTT.fx release: MQTT.fx 1.2.0! Most of the changes are under the hood, but in fact there also some new usability improvements. As always you can download latest binaries/installers at mqttfx.org. Please Report bugs and feature requests  via the issue tracker. Release Notes [New] Payload can now be decoded and exported… Continue Reading MQTT.fx 1.2.0 is here!

Introducing fontawesomefx-examples project

Some people asked me about a FontAwesomeFX tutorial. Now I started a new project: fontawesomefx-examples at GitHub! The examples will always reflect the latest version of FontAwesomeFX (currently 8.12 which can be loaded from Bintray) and I am going to extend it soon to show all stuff which provided by the lib. FontAweseomFX 8.12 release… Continue Reading Introducing fontawesomefx-examples project

FontAwesomeFX 8.12 is released!

Just released FontAwesomeFX 8.12 to Bintray. Revisited and updated all Icon Fonts: Here you can find the FontAwesomeFX bintray package. Source code available at Bitbucket Please report issues here

FontAwesomeFX 8.11 is here!

Just uploaded FontAwesomeFX 8.11 to Bintray. Now included: FontAweseme 4.6.1 with 23 additional icons and a new kid on the block: 525icons Font coming with (…surprise!) 525 icons on board. Due to naming conventions and restrictions 525icons related stuff is called “icons525” in FontAwesomeFX, e.g. de.jensd.fx.glyphs.icons525.Icons525. FontAwesomeFX 8.11 compile ‘de.jensd:fontawesomefx-fontawesome:4.6.1-2’ compile ‘de.jensd:fontawesomefx-materialdesignfont:1.4.57-2’ compile ‘de.jensd:fontawesomefx-materialicons:2.1-2’ compile ‘de.jensd:fontawesomefx-octicons:3.3.0-2’… Continue Reading FontAwesomeFX 8.11 is here!

Button of Choice: Use ToggleButtons as RadioButtons

For MQTT.fx I wanted to use ToggleButtons to e.g. choose the de coding of a MQTT Message or the QoS Level:   I found out that in context of a ToggleGroup ToggleButtons behave different than RadioButtons in terms of selection/deselection: unlike RadioButtons ToggleButtons can still be set to unselected state.   A RadioButton extends ToggleButton and overrides fire() (which is… Continue Reading Button of Choice: Use ToggleButtons as RadioButtons

FontAwesomeFX 8.10: The artefacts act

Recently I created a demo an wanted to use just one FontAwesome icon and I notices that I need to add the whole ~600KB package for that. Clearly the package size is driven by the all the contained True Type Font files: de.jensd:fontawesomefx-fontawesomefx:8.9 571 KB So I thought about split the full package into separated… Continue Reading FontAwesomeFX 8.10: The artefacts act