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.
Asked
Active
Viewed 9,901 times
6

Mogsdad
- 44,709
- 21
- 151
- 275

Shersha Fn
- 1,511
- 3
- 26
- 34
-
LookAndFeel theming might be worth inspecting. – Joop Eggen Oct 13 '15 at 15:43
-
There are some hits for "material design" and "swing", though, e.g. this [related question](http://stackoverflow.com/q/31143810/1639625) – tobias_k Oct 13 '15 at 15:43
-
"Questions asking us to recommend a…software library…are off-topic for Stack Overflow…" Please edit your question to focus a particular problem. See also [tag:javafx], which has improved [support](http://stackoverflow.com/questions/tagged/javafx+css?sort=votes&pageSize=15) for [tag:css]. – trashgod Oct 13 '15 at 17:34
3 Answers
6
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
I hope, he can help you.

Celeste Capece
- 1,306
- 2
- 11
- 20

neo m
- 222
- 1
- 4
- 13
-
1It seems that the address has moved to this one: https://github.com/atarw/material-ui-swing – Shreck Ye May 09 '19 at 08:17
3
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:

vincenzopalazzo
- 1,487
- 2
- 7
- 35
1
You can use this, it's pure java without any external libraries.

acarlstein
- 1,799
- 2
- 13
- 21

Bilux
- 21
- 3