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 - OutlineView not rendered correctly with node icons larger than normal
Summary: OutlineView not rendered correctly with node icons larger than normal
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-15 23:06 UTC by mklaehn
Modified: 2011-11-13 11:46 UTC (History)
1 user (show)

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 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)