Minvio - a simple Java graphical app framework.

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/java

Our great sponsors
  • Sonar - Write Clean Java Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • minvio

    Minvio is a Lightweight Java framework for developing graphical applications.

    Thanks, all the example code is in the project in the examples and gallery folders (e.g. https://github.com/nickd3000/minvio/tree/master/src/main/java/com/physmo/minvio/examples)

  • faypixelengine

    A Java Swing based game engine

  • Sonar

    Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • moditect

    Tooling for the Java Module System

    FWIW, I've had a lot more issues with reflective access when using GraalVM. Reflection is mainly a problem with modules if you forget to 'open' your modules which is easy to fix in many cases. There's also moditect if the library author still doesn't want to learn how to include a module-info in the legacy compatible jar.

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