I am bored of the standard look and feel of Swing and need some dark and black themes which are supposed to look cool. None of DefaultMetal,Ocean,Motif or Windows which come as a part of the swing satisfy my needs. Is using nifty-gui a good idea since I need to have tabbed panes and things like that? If not are there any other options for me?
Asked
Active
Viewed 1.1k times
1 Answers
8
Take a look at JTatoo look and feel set, it is open source and could satisfy your needs.
Look at this NoireLookAndFeel:

UIManager.setLookAndFeel(NoireLookAndFeel.class.getName());
BullyWiiPlaza
- 17,329
- 10
- 113
- 185
aleroot
- 71,077
- 30
- 176
- 213
-
JTatoo has horrible performance problems that will bring your machine to a crawl – crow Jan 17 '20 at 19:47