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 270888

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

Description rweaver 2017-06-15 17:49:38 UTC
Build: NetBeans IDE Dev (Build 201706120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Mac OS X

User Comments:
rweaver: Drag and drop to try and get the windows back where they belong

GUEST: No funciona el editor de ireport




Stacktrace: 
java.lang.IllegalArgumentException: Width (0) and height (234) cannot be <= 0
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:351)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.createImage(AquaPainter.java:193)
   at com.apple.laf.AquaPainter$AquaSingleImagePainter.lambda$paintFromSingleCachedImage$0(AquaPainter.java:178)
   at sun.awt.image.MultiResolutionCachedImage.getResolutionVariant(MultiResolutionCachedImage.java:66)
   at sun.java2d.SunGraphics2D.getResolutionVariant(SunGraphics2D.java:3198)
Comment 1 rweaver 2017-06-15 17:49:40 UTC
Created attachment 164551 [details]
stacktrace