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 61836 - Chaeckboxes in TreeTableView should be centered or customized
Summary: Chaeckboxes in TreeTableView should be centered or customized
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on:
Blocks: 47043 93502
  Show dependency tree
 
Reported: 2005-08-05 09:51 UTC by Marian Mirilovic
Modified: 2010-10-07 11:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot of the module manager (28.96 KB, image/png)
2005-08-05 09:52 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-08-05 09:51:12 UTC
NB.dev(200508041800), JDK6.0(b43)

Checkboxes in Activate column should be cenetered (see attachment)
Comment 1 Marian Mirilovic 2005-08-05 09:52:37 UTC
Created attachment 23517 [details]
screenshot of the module manager
Comment 2 Jiri Rechtacek 2005-11-03 15:51:59 UTC
AFIAK there is no way to control how properties are aligned in TreeTableView.
Reassign to TTV as ENHANCEMENT. If I'm wrong reassign back. Thanks
Comment 3 _ tboudreau 2007-03-01 19:40:21 UTC
Probably you can just set the alignment in
o.o.e.p.Boolean3WayEditor.Boolean3Inplace.<init> for TTV uses and/or
o.o.e.p.CheckboxInplaceEditor.  Probably needs to only be set to do this for
uses in a tree table - otherwise if you have a long string property in the
property sheet, the checkbox for another property will be centered off the right
edge when used there.