Is there a Java "Windows 10" look and feel?

Viewed 2407

This is a simple question, I'm wondering : is there a Windows 10 look and feel for Java? When I use the following code

UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

It changes the looks to something similar to Windows 98

Windows 98 look

Is that normal? I looked around and found JGoodies Looks but it looks like it's not supported anymore.

Thanks!

0 Answers
Related