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 244409

Summary: IllegalArgumentException: Width and height must be >= 0
Product: guibuilder Reporter: ISC_Erick
Component: Natural LayoutAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209639
Attachments: stacktrace

Description ISC_Erick 2014-05-09 18:19:04 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
ISC_Erick: I try to apply Titled Border to Combo Box, then when a clicked the 'OK' button send me this issue.




Stacktrace: 
java.lang.IllegalArgumentException: Width and height must be >= 0
   at java.awt.Component.getBaseline(Component.java:2817)
   at javax.swing.JComponent.getBaseline(JComponent.java:2559)
   at javax.swing.plaf.basic.BasicComboBoxUI.getBaseline(BasicComboBoxUI.java:986)
   at javax.swing.JComponent.getBaseline(JComponent.java:2561)
   at javax.swing.GroupLayout$ComponentSpring.getBaseline(GroupLayout.java:3075)
   at javax.swing.GroupLayout$BaselineGroup.calculateBaselineAndResizeBehavior(GroupLayout.java:2732)
Comment 1 ISC_Erick 2014-05-09 18:19:06 UTC
Created attachment 147211 [details]
stacktrace