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
Is that normal? I looked around and found JGoodies Looks but it looks like it's not supported anymore.
Thanks!
