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.

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
Apr 1, 2019 · 5 min

PiJava - Part 4 - Building a minimal JavaFX 11 application with Maven

I prefer a Java app above a web app, because starting a new “modern” web development requires you to pull a bunch of dependencies and a lot of files before you can …

#javafx#maven
Mar 28, 2019 · 1 min

PiJava - Part 3 - What is Java FX?

What is JavaFX? From the Oracle site : “JavaFX is a set of graphics and media packages that enables developers to design, create, test, debug, and deploy rich client …

#javafx
Jan 1, 0001 · 5 min

Books

I’ve worn a few different hats around books. I wrote one on my own, Java Programming for Raspberry Pi , and I contribute to community books like Sustainability for Java …

#java#javafx#pi4j#jbang
Jan 1, 0001 · 2 min

Courses

Java Quick Start Is Java your first programming language and do you want to get up and running fast? Or maybe you are already an experienced programmer in another language and want …

#java#javafx#tutorial#pi4j