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 - IllegalArgumentException: Width and height must be >= 0
Summary: IllegalArgumentException: Width and height must be >= 0
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 18:19 UTC by ISC_Erick
Modified: 2014-05-27 15:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209639


Attachments
stacktrace (5.56 KB, text/plain)
2014-05-09 18:19 UTC, ISC_Erick
Details

Note You need to log in before you can comment on or make changes to this bug.
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