Java tutorials, experiments, and real-world projects by Frank Delporte, Java Champion, Technical Writer at Azul, and lead maintainer of Pi4J.

Whether you're running Java on a Raspberry Pi, building desktop UIs with JavaFX, exploring RISC-V single-board computers, or diving into JVM internals — you're in the right place.

Topics: Java, JavaFX, Lottie4J, Pi4J, Java on Single-Board Computers, and much more...

📘 Book: Getting Started with Java on the Raspberry Pi
🎙️ Foojay and other Podcasts
📺 Videos
🗣️ Presentations


JetBrains Plugin for IntelliJ IDEA (and other IDEs): Recent Projects Organized

I created my first IntelliJ IDEA plugin to fix a minor, personal frustration… I have a long list of projects I’m working on and need to switch between them frequently. But it’s hard to locate a specific project in such a long list. But this problem is now solved! I created a small plugin that adds a new option to the “File” menu: “Recent Projects (Organized)”. It shows your recent projects, organized by the first word of their project name. When multiple projects share the same first word, they get grouped in a submenu.

Page 4 of 26