[Del]....................................

本帖最後由 luckiejacky 於 2019-6-1 01:50 編輯

[Del]....................................

原帖由 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


http://download.java.net/jdk6/6u3/promoted/b05/index.html

TOP

原帖由 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.

TOP

本帖最後由 luckiejacky 於 2019-6-1 01:50 編輯

[Del]....................................

TOP