Use CSS in Java Applications
问题 I am working with Java for quite some time now and now I wanted to make a new Application and I was wondering, if it would be possible to make Java look more modern with new buttons and things like this. So I started searching for solutions to apply CSS (used in web-programming) to Swing components but didn't find a real solution. I dont want to use a lot of not build-in options, so using Frameworks and Libraries should be my last option. My question is: Is there a way to apply CSS to my Java