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

Summary: Chaeckboxes in TreeTableView should be centered or customized
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 47043, 93502    
Attachments: screenshot of the module manager

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.