[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-12-21 Thread piccolo2d
Updates: Status: Fixed Comment #13 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 No news is good news, marking as Fixed. -- Piccolo2D Developers Group:

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-08-27 Thread piccolo2d
Comment #11 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 $ svn commit -m Issue 152, Issue 153 ; merging ppath-refactoring branch to trunk, into new modules jdk16 and jdk16-examples . ... Transmitting

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-08-23 Thread piccolo2d
Comment #10 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 Created a separate issue 190 to track jdk 1.6 changes to core. In the meantime, I would like to create a separate module on trunk called jdk16

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-08-03 Thread piccolo2d
Issue 152: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 This issue is now blocking issue 153. See http://code.google.com/p/piccolo2d/issues/detail?id=153 -- You received this message because you are listed in the owner or CC fields of this

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-24 Thread piccolo2d
Comment #8 on issue 152 by mr0...@mro.name: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 take a Shape input parameter, typecheck internally by RTTI against PPath and throw an exception in case. Not nice, as the type isn't formally part

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-23 Thread piccolo2d
Comment #7 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 I don't see how that would work, since Path2D needs to be part of the public API for the new PPath class. PPath(Path2D path) void

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-21 Thread piccolo2d
Comment #4 on issue 152 by mr0...@mro.name: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 I do agree with Chris http://groups.google.com/group/piccolo2d-dev/msg/2944bdf8a13ebcfa Could we do both - add the 1.6 features and still remain

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-04-09 Thread piccolo2d
Updates: Status: Accepted Owner: heuermh Comment #2 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 Assigning to myself. I wonder if we should jump straight to 1.6 for version 2.0. 1.6 is

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2009-12-15 Thread piccolo2d
Updates: Labels: Type-Enhancement Priority-Medium OpSys-All Effort-Medium Toolkit-Piccolo2D.Java Component-Core Milestone-2.0 Performance Comment #1 on issue 152 by allain.lalonde: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 Of