Search code examples
javaswingmaterial-designnetbeans-8materialize

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

  • 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.