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 202190 - Cannot change componentOrientation for JTabbedPane
Summary: Cannot change componentOrientation for JTabbedPane
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 15:08 UTC by theosib
Modified: 2011-09-16 08:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description theosib 2011-09-15 15:08:58 UTC
Product Version = NetBeans IDE Dev (Build 201109070600)
Operating System = Mac OS X version 10.7.1 running on x86_64
Java; VM; Vendor = 1.6.0_26
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.1-b02-383

According to my research, componentOrientation is the property you set to choose the alignment of the tabs for a JTabbedPane.  (tabPlacement is for which side it's on, but it defaults to centered.)  If I change the property from <default> to <null>, I get a crash (which I have reported separately).  If I click on the "...", I'm told that custom editing of this property is not supported.