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 227418 - java.awt.geom.IllegalPathStateException: missing initial moveto in path definition
Summary: java.awt.geom.IllegalPathStateException: missing initial moveto in path defin...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: minte_1
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 13:39 UTC by MackSix
Modified: 2019-04-19 20:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182258


Attachments
stacktrace (5.18 KB, text/plain)
2013-03-13 13:39 UTC, MackSix
Details
it is (4.73 KB, patch)
2019-04-19 20:04 UTC, minte_1
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-03-13 13:39:56 UTC
Build: NetBeans IDE Dev (Build 201303122300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
MackSix: Was viewing in Dark Metal then changed to Dark Nimbus, restarted and this happened.

GUEST: starting ide with some projects

GUEST: just starting neetbeans




Stacktrace: 
java.awt.geom.IllegalPathStateException: missing initial moveto in path definition
   at java.awt.geom.Path2D$Float.needRoom(Path2D.java:280)
   at java.awt.geom.Path2D$Float.lineTo(Path2D.java:350)
   at javax.swing.plaf.nimbus.TreePainter.decodePath6(TreePainter.java:325)
   at javax.swing.plaf.nimbus.TreePainter.paintclosedIconEnabled(TreePainter.java:148)
   at javax.swing.plaf.nimbus.TreePainter.doPaint(TreePainter.java:108)
   at javax.swing.plaf.nimbus.AbstractRegionPainter.paint0(AbstractRegionPainter.java:731)
Comment 1 MackSix 2013-03-13 13:39:58 UTC
Created attachment 132563 [details]
stacktrace
Comment 2 Jan Peska 2013-08-19 11:43:21 UTC
Seems like Nimbus JDK bug -> reassigning to JDK problems
Comment 3 Antonin Nebuzelsky 2013-12-27 14:11:23 UTC
No new reports coming. Closing for now.
Comment 4 minte_1 2019-04-19 20:04:17 UTC
Created attachment 165728 [details]
it is