Comment #6 on issue 152 by samrreid: Refactor PPath to use Path2D on JDK 1.6+
http://code.google.com/p/piccolo2d/issues/detail?id=152
I wonder how that might be possible . . . Path2D is a class added to the JDK in 1.6.
As mentioned in comment 4, this could be done by dynamically checking at runtime whether Path2D is available, then instantiating it using reflection if so.
-- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
