JavaFX 152
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.
3D printed Raspberry Pi Arcade box
As part of the Pi4J project, we created an example game with JavaFX and FXGL that uses an Arcade kit with a Joystick and big push buttons. The test setup for this project was …
HiveMQ Cloud, part 2 - Using MQTT and Raspberry Pi to Visualize Sensor Data on a TilesFX Dashboard
In the previous post we started our discovery of HiveMQ Cloud with Java on the Raspberry Pi. We created an application to send measurements of various sensors to the HiveMQ Cloud …
Foojay Podcast #2: Embedded Java - Robots and FX
Java runs on far more than servers and laptops. It powers ocean robots, garden mowers, hobby boards, and mobile devices. This episode of Foojay Podcast #2 gathers James Gosling, …
JavaFX running in kiosk mode on the Raspberry Pi
The Raspberry Pi in combination with an inexpensive touch screen, makes a perfect controller for a machine or game console. Let’s see how we can use Java and JavaFX to build …
Device monitoring tool with JavaFX, FXGL and Mosquitto
In a previous post “Getting Started with FXGL Game Development” we already have taken a look at the FXGL game development framework developed by Almas Baimagambetov .
JFXDays presentation - Having fun with Java and JavaFX on the Raspberry Pi
Today I could give my talk “Having fun with Java and JavaFX on the Raspberry Pi” at the JFXDays. Normally this event takes place in Zurich, but this year also went …
Building native applications for all PC and mobile platforms from a single JavaFX project with Gluon Mobile and GitHub Actions
The post “Starting a JavaFX Project with Gluon Tools” shows you how to start a Gluon Mobile Multiview project with a few clicks in IntelliJ IDEA thanks to the …
Starting a JavaFX Project with Gluon Tools
On foojay.io you can already find two posts by Carl Dea to get you started with JavaFX:
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 …
OpenJDK versus OpenJFX Release Cycles
Confused about the release cycles of OpenJDK and OpenJFX and the relationship between them? Read on!
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 …
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 …
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 …
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 …
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 …
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 …
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!
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 …
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 .
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 …