How to allow users to customize the UI

Idea Take advantage of the declarative design pattern of JavafX/FXML and allow users to customize a certain view without any coding just by opening it with e.g. SceneBuilder to re-arrange the layout or add new controls or even change the style according to the users needs. The FXML file + CSS can be basically be… Continue Reading How to allow users to customize the UI

MQTT.fx 0.0.7 released

A new version of MQTT.fx is available featuring: Scripting support Setup/Re-configuration tool Reviewed Connection Profile Editor Reviewed UI and style Download latest binaries HERE. Scripting support I have added support for scripts executed by the Nashorn Engine. Thought it might be helpful for testing a MQTT message flow of a certain setup, e.g. simulate sensors… Continue Reading MQTT.fx 0.0.7 released