Re: Differences in GUI appearence. NetBeans preview vs when run
Posted By:
Robert_Lybarger
Posted On:
Friday, December 15, 2006 01:57 PM
Yes, lookup (google for) swing look and feel. Netbeans is using native (windows) look and feel. When not specified otherwise, java on its own runs with metal (java) look and feel. There's a "-D" arg to set it at runtime.
Re: Differences in GUI appearence. NetBeans preview vs when run
Posted By:
Robert_Lybarger
Posted On:
Thursday, November 16, 2006 07:07 PM
Its a "look and feel" thing. The netbeans IDE is probably setting a look and feel on your behalf when the previewer runs. You can set the look and feel either programmatically or via a "-D" command line argument to "java". The usual Sun java tutorial site covers this rather well.