Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 430
Shersha Fn Avatar asked Oct 13 '15 15:10

Shersha Fn


1 Answers

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.

like image 200
neo m Avatar answered Sep 19 '22 12:09

neo m