- Feb 8, 2004
- 12,604
- 15
- 81
Code:
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
That will make the GUI look like the rest of the operating system right? If it runs on windows the buttons will look like windows, if it runs on OSX, it will look like OSX etc. Is that how it works?