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

Summary: IllegalArgumentException: Width (0) and height (250) cannot be <= 0
Product: platform Reporter: bernd_zedv <bernd_zedv>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218778
Attachments: stacktrace

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