How to Do Device Monitoring with JavaFX and FXGL
In this article, we will be building a system monitoring dashboard, with Java and JavaFX, which can run on a Raspberry Pi.

In this article, we will be building a system monitoring dashboard, with Java and JavaFX, which can run on a Raspberry Pi.

Jadon Ortlepp
2,630 viewsCloud and microservices come up more in architectural decisions. Is Java ready for these diverse concepts in corporate environments?

Carl Dea
6,600 viewsJoin Carl Dea in his JavaFX clock tutorial series where he shows you how he animates the clock face's hands using basic trigonometry.

Carl Dea
13,524 viewsI would like to show you how I created a "sci-fi" looking world clock that happens to be a cross-platform Java desktop application.

Don Raab
7,149 viewsJDK 15 was released on September 15, 2020. JEP 360 Sealed Types was included as a preview feature in this release, with its second preview …

Vipin Sharma
8,943 viewsHidden classes allow frameworks to define classes as non-discoverable implementation details, so that they cannot be linked against. Read …

Matt Raible
4,829 viewsI like many things about IntelliJ IDEA, but I thought it'd be fun to write about the ones that make me most productive. Read on for details!

Frank Delporte
6,638 viewsHow to build native applications for multiple devices from a single JavaFX project with Gluon Mobile and GitHub Actions.

Frank Delporte
16,321 viewsHere on foojay.io you can already find two posts by Carl Dea to get you started with JavaFX. In this post, I want to show you yet another …

Sirisha Pratha
3,191 viewsData-carrier classes can be simplified to a few lines by adding the keyword "record". Read on for advantages and constraints and more!