JavaFX 144

JavaFX is one of the main themes of webtechie.be. You’ll find tutorials, ecosystem roundups, interviews with JavaFX developers, library discoveries, performance experiments, and practical desktop application techniques.

Nov 7, 2020 · 2 min

Devoxx Ukraine presentation - Having fun with Java and JavaFX on the Raspberry Pi

Today I had my first Devoxx talk, after my Java virtual talk a few weeks ago at the “Oracle Groundbreakers APAC Virtual Tour 2020” conference (21/10) ! The event in …

#javafx#raspberry-pi#pi4j#conference
Oct 29, 2020 · 2 min

OpenJDK versus OpenJFX Release Cycles

Confused about the release cycles of OpenJDK and OpenJFX and the relationship between them? Read on!

#javafx#gluon
Oct 27, 2020 · 5 min

JavaFX 3D - A Look Back Through History & Some Experiments

After my virtual conference talk “Java and JavaFX on the Raspberry Pi” at the “Oracle Groundbreakers APAC Virtual Tour 2020”, I got in touch with some people who were …

#javafx#gluon#3d#raspberry-pi
Oct 21, 2020 · 2 min

APACOUC presentation - Java and JavaFX on the Raspberry Pi

Today I had the honor to speak at the “Oracle Groundbreakers APAC Virtual Tour 2020” conference . And of course the title of my talk was “Java and JavaFX on the …

#javafx#raspberry-pi#pi4j#conference
Sep 24, 2020 · 4 min

Spectacular Java projects on Raspberry Pi

Thanks to Twitter and LinkedIn I got into contact with several developers who are doing Java stuff on Raspberry Pi and I want to share those projects with you as they can be an …

#javafx#raspberry-pi
Sep 21, 2020 · 3 min

Azul Zulu OpenJDK 15 on Raspberry Pi

For this post I did some experiments with Java 15, reusing the Ubuntu 64bit SD card which was also used for the earlier post “Comparing a REST H2 Spring versus Quarkus …

#javafx#quarkus#spring#raspberry-pi
Aug 27, 2020 · 7 min

How to install and use Java 11 and JavaFX 11 on Raspberry Pi boards with ARMv6 processor

In a previous post “Installing Java and JavaFX on the Raspberry Pi” , you can read how to install BellSoft LibericaJDK to be able to run JavaFX applications with a …

#javafx#azul#gluon#raspberry-pi
May 7, 2020 · 7 min

Getting started with FXGL game development

FXGL is a Java, JavaFX and Kotlin Game Library (Engine) made by Almas Baimagambetov . As my son (almost 10y) challenged me to make a game during my …

#javafx#fxgl
Apr 8, 2020 · 2 min

Installing Java and JavaFX on the Raspberry Pi

One of the most read articles on this blog is about the installation of a recent Java on Raspberry Pi (March 13, 2019) , so it’s time for an update!

#javafx#raspberry-pi
Mar 30, 2020 · 4 min

Drumbooth controller with Raspberry Pi, JavaFX, and Arduino

Based on multiple examples from my book “Getting started with Java on Raspberry Pi” , I created a touchscreen controller for the drum booth of my son. Combined with …

#javafx#raspberry-pi#arduino#serial
Dec 18, 2019 · 2 min

Controlling a LED number display with JavaFX and Python on Raspberry Pi

In my book I explain the use of bits and bytes by using a shift register SN74HC595 IC and 5101AS LED number display .

#javafx#raspberry-pi#python#electronics
Dec 5, 2019 · 2 min

Creating a timeline image with JavaFX

To create some timeline images for my book, I created this little JavaFX application to be able to easily update the content and recreate the image. Of course you can do the same …

#javafx
Nov 27, 2019 · 2 min

Calculating resistor value with a JavaFX application

Using the Java library I created (see previous post ), it was a piece of cake to create a JavaFX UI on top of it!

#javafx#maven#electronics
Nov 25, 2019 · 2 min

Resistor color codes and calculations as a Java Maven library

Next step in my book progress, is getting more into the details of hardware components. And as always starting with the smallest most-used ones: resistors! To be able to fully …

#javafx#maven#electronics
Oct 27, 2019 · 2 min

Controlling Arduino with Mosquitto and JavaFX on Raspberry Pi

One of the example applications in my book “Getting started with Java on the Raspberry Pi” combines a JavaFX application with Mosquitto on the Raspberry Pi to control a …

#javafx#arduino#raspberry-pi#mosquitto
Oct 2, 2019 · 2 min

LED number display JavaFX library published on Maven

My very first open source JavaFX library is now available in the Maven repository! A small step for mankind, one giant leap for myself ;-)

#javafx#maven#electronics
May 23, 2019 · 3 min

Pi4J - Extending with a JavaFX info application

While trying out what Pi4J can do, I found it could easily be extended with a JavaFX application to provide info about the headers on a Pi board. This could later be extended to a …

#java#javafx#pi4j#raspberry-pi
Apr 16, 2019 · 2 min

PiJava overview - Java 11 and JavaFX 11 on Raspberry PI

As my daily work mainly is Java and back-end stuff on “real servers”, I set myself for 2019 as a personal goal to experiment with Java 11 on a Raspberry PI.

#javafx#pi4j#raspberry-pi
Apr 15, 2019 · 4 min

PiJava - Part 6 - JavaFX 11 on Raspberry PI with TilesFX and GPIO

What we will do Based on the previous blog posts we can install and run Java 11 we have a minimal JavaFX 11 application which runs fine on a PI So there is one “small” …

#javafx#pi4j#raspberry-pi
Apr 3, 2019 · 2 min

PiJava - Part 5 - Running the minimal JavaFX 11 application on Raspberry PI

In part 2 of this blog series Java 11 was successfully installed on a PI. And in part 4 a running Java FX jar was generated on a PC .

#javafx#raspberry-pi