Swing theming: Basic introduction to MaterialTheme System

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    :octocat: :hearts: A modern Material Design UI for Java Swing :octocat: :hearts:

  • In addition, the original project was forked by vincenzopalazzo because he started to implement some experiments in his own repository, after that, the repository https://github.com/vincenzopalazzo/material-ui-swing was the only repository maintained, but periodically the atharw's receive synchronization with the last update.

  • DarkStackOverflowTheme

    :art: This is an implementation of Stack overflow dark theme for material-ui-swing library :octocat:

  • static { try { // UIManager.setLookAndFeel(new MaterialLookAndFeel(new MaterialLiteTheme())); // by including the https://github.com/material-ui-swing/DarkStackOverflowTheme UIManager.setLookAndFeel(new MaterialLookAndFeel(new DarkStackOverflowTheme())); mouse hover } catch (UnsupportedLookAndFeelException e) { e.printStackTrace(); }

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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