原帖由 luckiejacky 於 2008-11-5 18:59 發表
I want to check how the class Polygon is implemented.
I used to think Java is open source, but couldn't find it
in java.sun.com
Anyone know where the precise location is?
Thanks
原帖由 luckiejacky 於 2008-11-5 18:59 發表
I want to check how the class Polygon is implemented.
I used to think Java is open source, but couldn't find it
in java.sun.com
Anyone know where the precise location is?
Thanks
What you need is the implementation of the Platform API only. It come with the JDK. see src.zip in your jdk installation directory.