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 133690

Summary: Add translation from L&F ID to L&F class name
Product: platform Reporter: mslama <mslama>
Component: -- Other --Assignee: mslama <mslama>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews
Priority: P3 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Patch

Description mslama 2008-04-22 16:47:52 UTC
It is mainly to make user life easier. Instead of --laf javax.swing.plaf.metal.MetalLookAndFeel user can now write --laf
Metal.
Comment 1 mslama 2008-04-22 16:49:22 UTC
Created attachment 60566 [details]
Patch
Comment 2 mslama 2008-04-22 16:52:45 UTC
It is simple translation of command line parameter for defined set of L&F IDs. No additional checks/tests are performed.
Comment 3 Jesse Glick 2008-04-22 20:03:10 UTC
Sounds reasonable.
Comment 4 mslama 2008-04-29 09:49:30 UTC
If there are no objections I will commit this tomorrow ie. Wed Apr 30.
Comment 5 mslama 2008-04-30 13:21:12 UTC
Fixed 6430ad4e5eaa
Comment 6 Quality Engineering 2008-05-01 05:04:59 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #168 build
Changeset: http://hg.netbeans.org/main/rev/6430ad4e5eaa
User: Marek Slama <mslama@netbeans.org>
Log: #133690: Add translation from L&F ID to L&F class name for command line parameter.