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 214998 - NullPointerException at sun.java2d.SunGraphics2D.getClipBounds
Summary: NullPointerException at sun.java2d.SunGraphics2D.getClipBounds
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 16:47 UTC by 452
Modified: 2012-06-29 16:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 141103


Attachments
stacktrace (4.04 KB, text/plain)
2012-06-29 16:47 UTC, 452
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 452 2012-06-29 16:47:38 UTC
Build: NetBeans IDE Dev (Build 201206290002)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux

User Comments:
452: zoom out click (button (-))




Stacktrace: 
java.lang.NullPointerException
   at sun.java2d.SunGraphics2D.getClipBounds(SunGraphics2D.java:1752)
   at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1414)
   at org.netbeans.api.visual.widget.Widget.paintChildren(Widget.java:1480)
   at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1426)
   at org.netbeans.api.visual.widget.Widget.paintChildren(Widget.java:1480)
   at org.netbeans.api.visual.widget.Widget.paint(Widget.java:1426)
Comment 1 452 2012-06-29 16:47:44 UTC
Created attachment 121574 [details]
stacktrace