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 - IllegalArgumentException: Width (0) and height (234) cannot be <= 0
Summary: IllegalArgumentException: Width (0) and height (234) cannot be <= 0
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-15 17:49 UTC by rweaver
Modified: 2017-06-15 17:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226414


Attachments
stacktrace (6.50 KB, text/plain)
2017-06-15 17:49 UTC, rweaver
Details

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