How to get Java GUI to look like Windows
I am diving into Java, and I wanted to create a simple program with two text boxes, a few labels, and a button.
The problem is, I want the java program to look exactly like a windows program does. I am talking about window decorations and button styles, etc.
When I use swing to create my GUI, it looks javaish. How can I make it look windowsish?
(Yes, I have set the "JFrame.setDefaultLookAndFeelDecorated" to false.
What about changing back?
Apreciated the post and the answer but i have another question:
What about changing back to Java's look ?
I was thinking about inserting an option where the user could switch between them.
Thanks.