MQTT.fx 0.0.10 released

MQTT.fx 0.0.10 was released. Download latest binaries in all flavours at mqttfx.org. Bugs and feature requests can be reported via the issue tracker. New in this version: MQTT-Message Clipboard Option to copy the message payload to clipboard Service menus at publish and subscription panel: now you can clear received messages buffer and the recent topics… Continue Reading MQTT.fx 0.0.10 released

ShichimiFX – Yet another JavaFX utils lib

ShichimiFX is a small lib containing helper/util classes extracted from my other projects which I commonly need. The lib will be extended if it turns out that I need a util class in more than one project… (Shichimi is my favorite Japanese spice mixture) And yes it also yet another utils lib containing (among others):… Continue Reading ShichimiFX – Yet another JavaFX utils lib

The JDK 8u20 “Tap trap”

When switching MQTT.fx to JDK 8u20 I was nicked by the fix of RT-24658. The fix definitely makes sense but may clash with my TabPaneDetacher approach. In MQTT.fx the content of the Tabs is disabled as long the MQTT-Broker is not connected. And I am using Property Bindings for this. E.g. in the PublishController “publishBox”… Continue Reading The JDK 8u20 “Tap trap”