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 253827 - IllegalArgumentException: Width (0) and height (250) cannot be <= 0
Summary: IllegalArgumentException: Width (0) and height (250) cannot be <= 0
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-27 06:50 UTC by bernd_zedv
Modified: 2015-07-27 06:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218778


Attachments
stacktrace (5.79 KB, text/plain)
2015-07-27 06:50 UTC, bernd_zedv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bernd_zedv 2015-07-27 06:50:57 UTC
This bug was originally marked as duplicate of bug 249714, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201507260002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
bernd_zedv: tried to change inspector's result window




Stacktrace: 
java.lang.IllegalArgumentException: Width (0) and height (250) cannot be <= 0
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:359)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.createImage(AquaPainter.java:197)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.lambda$paintFromSingleCachedImage$250(AquaPainter.java:182)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter$$Lambda$14/1827217806.apply(AquaPainter.java:0)
   at sun.awt.image.MultiResolutionBufferedImage.getResolutionVariant(MultiResolutionBufferedImage.java:78)
Comment 1 bernd_zedv 2015-07-27 06:50:59 UTC
Created attachment 154928 [details]
stacktrace