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

Summary: IllegalArgumentException: Width (0) and height (0) cannot be <= 0
Product: contrib Reporter: karel_barel <karel_barel>
Component: CodeAssignee: issues@contrib <issues>
Status: NEW ---    
Severity: normal CC: karel_barel
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185715
Attachments: stacktrace
stacktrace

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