VOOZH about

URL: https://www.javacodegeeks.com/author/jens-deters

⇱ Jens Deters, Author at Java Code Geeks


  • Software Development👁 Image
    Jens DetersFebruary 12th, 2018
    3 203

    MQTT.fx 1.6.0 is released!

    Here’s the latest MQTT.fx release: MQTT.fx 1.6.0!                     Support for Google Cloud…

    Read More »
  • DevOps👁 Image
    Jens DetersJuly 4th, 2016
    0 211

    dockerw – A simple Docker command wrapper for the rest of us

    I am regularly working on Docker images and have to play with different settings. Thus I periodically find myself in the…

    Read More »
  • Desktop Java👁 Image
    Jens DetersApril 25th, 2016
    1 124

    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:…

    Read More »
  • Software Development👁 Image
    Jens DetersSeptember 23rd, 2015
    0 164

    Using the esp8266 as host for I2C sensors

    For my outdoor sensors I used an RaspberryPi with BMP180 + TSL2561 connected via I2C transferring the sensor data as MQTT…

    Read More »
  • Software Development👁 Image
    Jens DetersFebruary 11th, 2015
    0 131

    SweetHomeHub: Home Control with Raspberry Pi and MQTT – Part 1

    Since quite a long time I am working on my universal Raspberry Pi based Intertechno-Remote (see former posts 1 2…

    Read More »
  • Desktop Java👁 Image
    Jens DetersJanuary 30th, 2015
    0 141

    JFXPanel and FX Platform Thread pitfalls

    The JFXPanel is a component to embed JavaFX content into (legacy ;-)) Swing applications. Basically it makes it very easy…

    Read More »
  • Desktop Java👁 Image
    Jens DetersJanuary 29th, 2015
    0 130

    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…

    Read More »
  • Desktop Java👁 Image
    Jens DetersNovember 26th, 2014
    0 816

    How to get rid of focus highlighting in JavaFX

    Today I was asked if I know a way to get rid of the focus-highlighting of JavaFX controls (respectively buttons):…

    Read More »
  • Desktop Java👁 Image
    Jens DetersNovember 24th, 2014
    0 266

    Properties Extractor: Best way to get the ListView instantly updating its elements

    This post is about how to deal with JavaFX ListViews and TableViews and how these controls are getting informed about…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close