6

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.

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 Answers3

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

This is sample:enter image description here

I hope, he can help you.

Celeste Capece
  • 1,306
  • 2
  • 11
  • 20
neo m
  • 222
  • 1
  • 4
  • 13
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:

Material Lite

Material Oceanic

vincenzopalazzo
  • 1,487
  • 2
  • 7
  • 35
1

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

https://github.com/ibilux/SwingMaterialDesign

enter image description here Screenshots

acarlstein
  • 1,799
  • 2
  • 13
  • 21
Bilux
  • 21
  • 3