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 155511

Summary: OutlineView not rendered correctly with node icons larger than normal
Product: platform Reporter: mklaehn <mklaehn>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: blocker CC: sreimers
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description mklaehn 2008-12-15 23:06:53 UTC
when using icon that are larger than standard - say 32x32 or even 160x160 - the icon are rendered cropped. rendering of
the rows ignores the height of the node icons.
Comment 1 Jiri Rechtacek 2008-12-16 14:31:38 UTC
No way how to find out a size of icon in Outline module because nodes are accessible only in openide.explorer module.
Use setRowHeight as a workaround.
Comment 2 mklaehn 2008-12-16 18:18:31 UTC
accessability of the icon not withstanding the preffered height of a specific row can be computed (see
http://www.exampledepot.com/egs/javax.swing.table/RowHeight.html)