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 - Add translation from L&F ID to L&F class name
Summary: Add translation from L&F ID to L&F class name
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2008-04-22 16:47 UTC by mslama
Modified: 2008-12-22 14:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (6.50 KB, text/plain)
2008-04-22 16:49 UTC, mslama
Details

Note You need to log in before you can comment on or make changes to this bug.
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.