'Adding Material effects to java swing

I am trying to make a Java Swing application using NetBeans 8, and I was wondering if there is any possible way I could apply materialize effects to my Java Swing application. I have already worked with the materializecss framework for making a web based application, and I have searched Google to find results, but there are none with "materialize" and "swing" keywords together.



Solution 1:[1]

Why do you want to add only the material design effects? you can use a material design library like this:

https://github.com/atarw/washer-chess

https://github.com/atarw/material-ui-swing

This is sample:enter image description here

I hope, he can help you.

Solution 2:[2]

I want to add an update.

The material style is imported in Swing with a library called vincenzopalazzo/material-ui-swing

The library has the support also to a Theming System, so now is possible defined new themes and the theme inside the system.

Some of the official theme are:

Material Lite

Material Oceanic

Solution 3:[3]

You can use this, it's pure java without any external libraries.

https://github.com/ibilux/SwingMaterialDesign

enter image description here Screenshots

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Celeste Capece
Solution 2
Solution 3 acarlstein