Announcement: JReleaser 0.8.0 Released!
JReleaser streamlines creating releases for [Java] projects, creates GitHub/GitLab/Gitea releases, while packaging binaries for Homebrew, …

JUG Leader, Java Champion, Speaker, Author, ❤️ Java(FX) and coding in general
3 views
Gerrit Grunwald
4,425 viewsJReleaser streamlines creating releases for [Java] projects, creates GitHub/GitLab/Gitea releases, while packaging binaries for Homebrew, …
Gerrit Grunwald
4,886 viewsJReleaser is a tool that streamlines creating releases for [Java] projects. 0.7.0 is a small release as core features is mostly complete.

Gerrit Grunwald
5,273 viewsAfter creating the Disco API, I had the idea to create plugins for IDEs and browsers to enable more easy JDK downloading.

JavaFX Skins for Android, iOS; BlockHound, for detecting cases of blocking, JEP 411, the SecurityManager deprecation, recent Snyk/Azul …
Gerrit Grunwald
10,481 viewsJDKMon scans your computer for installed OpenJDK distributions and uses the Disco API to check whether there are updates available!

Gerrit Grunwald
5,547 viewsI have created an application that makes use of JavaFX custom controls. Here I'll go through the custom controls that I've created for it.

Gerrit Grunwald
8,993 viewsDrawing on the Canvas node will directly go down to the graphics hardware, making it really fast. Of course, this also comes with drawbacks!

Gerrit Grunwald
7,340 viewsLearn how to create a custom Control based on the JavaFX Region class. The Region class is the class that all JavaFX controls are based on.

Gerrit Grunwald
16,009 viewsContinuing the JavaFX custom control series, next I will show you how to create a custom control in JavaFX by using Control and Skin …

Gerrit Grunwald
11,510 viewsIn the ongoing series on custom JavaFX controls, learn how to create a custom JavaFX control by extending an existing control.