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 268190 - IllegalArgumentException: Width (17) and height (0) cannot be <= 0
Summary: IllegalArgumentException: Width (17) and height (0) cannot be <= 0
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-25 09:04 UTC by js-java
Modified: 2016-09-25 09:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226415


Attachments
stacktrace (9.32 KB, text/plain)
2016-09-25 09:04 UTC, js-java
Details

Note You need to log in before you can comment on or make changes to this bug.
Description js-java 2016-09-25 09:04:19 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
js-java: Edit GridBag




Stacktrace: 
java.lang.IllegalArgumentException: Width (17) and height (0) cannot be <= 0
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
   at sun.awt.Win32GraphicsConfig.createAcceleratedImage(Win32GraphicsConfig.java:258)
   at sun.awt.windows.WComponentPeer.createImage(WComponentPeer.java:760)
   at java.awt.Component.createImage(Component.java:3580)
   at java.awt.Component.createImage(Component.java:3577)
   at java.awt.Component.createImage(Component.java:3577)
Comment 1 js-java 2016-09-25 09:04:21 UTC
Created attachment 162202 [details]
stacktrace