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 171385

Summary: TabbedContainer ignores minimumSize of TabData coverted by ComponentConverter
Product: platform Reporter: mklaehn <mklaehn>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description mklaehn 2009-09-03 10:47:37 UTC
this is a supplementory issue to http://www.netbeans.org/issues/show_bug.cgi?id=170897

the fix introduced there checks if the Component of a TabData is null. in the case of a set ComponentConverter for the
TabbedContainer any required minimumSize of the converted component is ignored and a default value used.
Comment 1 Stanislav Aubrecht 2013-06-12 09:29:10 UTC
core-main 0f11c3df78b7
Comment 2 Quality Engineering 2013-06-18 14:47:20 UTC
Integrated into 'main-golden', will be available in build *201306181109* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0f11c3df78b7
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #171385 - TabbedContainer ignores minimumSize of TabData coverted by ComponentConverter