JavaFX Links of November 2023
JavaFX

JavaFX Links of November 2023

Have fun with this overview of the “JavaFX LinksOfTheWeek” that got published on jfx-central.com during November!

Core

Applications

Games

Components, Libraries, Tools

  • Dirk Lemmermann: “AtlantaFX is currently my theme of choice. It is modern looking, very elegant, very professional, well documented, supports various modes (yes, dark mode and darcula, too), comes with an auto-updating sampler app, custom skins, much simpler styling rules than Modena, etc … if you haven’t done so, yet, please check out the repo.”
    • V1.90.0 of GemsFX, which includes an SVGImageView control to display SVG files. The control uses the jsvg project to render to an AWT image, convert it, and then display it inside an ImageView.
    • Dirk also announced the release of a new JavaFX input field for phone numbers which is utilising the libphonenumber project from Google to format and validate the numbers. The project can be found on GitHub. The main contributor is Gabriel Diaz.
    • Version 1.5.0 of that library has been refactored and greatly simplified.
  • Mushtak Abdulqadir describes several libraries in a LinkedIn post (BootstrapFX, ControlsFX, FormsFX, FXGL, Ikonli, TilesFX, ValidatorFX) and is asking for feedback: “Which of these libraries have you used, and what has been your experience with them?”
  • Announced by Abhinay Agarwal: release of ControlsFX v11.2.0! Baseline has been moved to JavaFX 17 and is compatible with JavaFX 21. The release notes can be found here and JavaDoc here.
  • V4.0 of openglfx has been released. This library adds a new element to JavaFX to render OpenGL graphics. It is optimized for each platform and includes some auxiliary functions for working with OpenGL from JavaFX.

Podcast, Video, Books

Tutorials

  • Edward Nyirenda Jr again published several tutorials, for instance:

Miscellaneous

JFX Central

  • A new version has been released with several utilities / tools to develop JavaFX applications: gradient editor, SVG path extractor, effects editor, pixel-to-em converter, CSS playground. You can find the utilities here.
  • “Random” sorting will be added to the category pages so that every item gets the same chance to be seen or found.
  • Dirk Lemmermann shared a video showing the superfast startup of the JFX Central app, as a native app, thanks to Gluon.
  • The summary with all the JFX Central links of October got published on Foojay.io.

Found a mistake, or something to add? Edit this page on GitHub

Written by

Frank Delporte

Frank Delporte is a Java Champion, Java Developer, Senior Technical Writer at Azul, Blogger, Author of "Java Programming for Raspberry Pi - A Hands-On Guide to Electronics and IoT Projects", and Open-Source Contributor for Pi4J, Lottie4J, Sheetmusic4J, …

Related posts

Join the discussion