This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 26592 - netbeans should adopt system look and feel at startup
Summary: netbeans should adopt system look and feel at startup
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on: 41273
Blocks:
  Show dependency tree
 
Reported: 2002-08-18 18:57 UTC by jnash67
Modified: 2008-12-22 23:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jnash67 2002-08-18 18:57:08 UTC
this could be as easy as adding the following in 
org.netbeans.Main if no other ui has been specified on the 
command line:

String ui = UIManager.getSystemLookAndFeelClassName();
try {
  UIManager.setLookAndFeel(ui);
}
catch (Exception e) {}
Comment 1 Marian Mirilovic 2002-12-06 17:57:11 UTC
reassigne to Marek, new owner of ui subcomponents
Comment 2 mslama 2004-04-19 15:04:08 UTC
Assigning to Tim
Comment 3 Jesse Glick 2004-07-24 23:59:49 UTC
4.0 does it.
Comment 4 Marian Mirilovic 2005-12-20 15:50:58 UTC
This issue was solved long time ago. Because nobody has reopened it neither
added comments, we are verifying/closing it now. 
If you are still able to reproduce the problem, please reopen. Thanks in advance.