I noticed in Netbeans you can preview your GUI through various screens (Windows, Windows Classic, Nimbus, etc). I’m pretty sure the default is Metal in Netbeans, but I want to change it to Windows Classic. Is this possible?
Would also like to know if its possible to change the edges to straight instead of rounded.
Cheers
The visual style of your application is known as a “look and feel”. Check out the Java tutorial on them
From the tutorial: