作者: luckiejacky 時間: 2008-11-5 18:59 標題: [Del]....................................
本帖最後由 luckiejacky 於 2019-6-1 01:50 編輯
[Del]....................................
作者: 望月小妖 時間: 2008-11-5 19:01
原帖由 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
作者: thinkpanda 時間: 2008-11-5 19:04
原帖由 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.
作者: luckiejacky 時間: 2008-11-5 19:06
本帖最後由 luckiejacky 於 2019-6-1 01:50 編輯
[Del]....................................

