How to make cards UI in JavaFX?

This page summarizes the projects mentioned and recommended in the original post on /r/JavaFX

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • TennisBookings

    Sample Tennis Booking Application

  • afterburner.fx

    The Opinionated Un-Framework For Java FX Applications

  • You could handle the presentation aspects with a combination of FXML and controllers etc., or you could code the UI entirely in Java code using a kind of builder pattern described in the PragmaticCoding article I linked above. Another alternative is to use a framework like Afterburner.fx which uses it's own "convention over configuration" approach to building and structuring your presentation code.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • MaterialFX

    A library of material components for JavaFX

  • Unfortunately I'd like to say I have implemented them in my MaterialFX library but I still haven't done it Definitely on the ROADMAP though

  • rich-text-area

  • Actually, there is Have you ever wondered why JavaFX controls are made in Java code and not FXML, even custom ones (like this here from Gluon)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts