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 209382 - IllegalArgumentException: Width (0) and height (0) cannot be <= 0
Summary: IllegalArgumentException: Width (0) and height (0) cannot be <= 0
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-09 14:02 UTC by karel_barel
Modified: 2012-12-13 09:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185715


Attachments
stacktrace (3.09 KB, text/plain)
2012-03-09 14:02 UTC, karel_barel
Details
stacktrace (3.09 KB, text/plain)
2012-12-13 09:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karel_barel 2012-03-09 14:02:44 UTC
Build: NetBeans IDE Dev (Build 201203071105)
VM: OpenJDK Client VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
karel_barel: tried to show mysql table data using context menu item "view data" in Services pane on table




Stacktrace: 
java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
   at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
   at java.awt.image.BufferedImage.<init>(BufferedImage.java:338)
   at org.netbeans.modules.breadcrumb.BreadcrumbComponent.createIcon(BreadcrumbComponent.java:321)
   at org.netbeans.modules.breadcrumb.BreadcrumbComponent.addToBreadcrumb(BreadcrumbComponent.java:276)
   at org.netbeans.modules.breadcrumb.BreadcrumbComponent.resultChanged(BreadcrumbComponent.java:220)
   at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:114)
Comment 1 karel_barel 2012-03-09 14:02:46 UTC
Created attachment 116512 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-12-13 09:41:08 UTC
Created attachment 129305 [details]
stacktrace

tried to view data from database