一个显示天空中行星位置的applet,中文页面是我翻译的。
http://www.lightandmatter.com/area2planetzh.html
可以在自己的页面里嵌入这段代码来调用这个applet。
<applet archive="http://www.lightandmatter.com/PlanetFinder.jar"
code="PlanetFinder.class"
width=600 height=400
alt="Sorry, your browser does not support Java.">
<param name="language" value="zh">
<param name="latitude" value="40">
<param name="longitude" value="116">
</applet>
code="PlanetFinder.class"
width=600 height=400
alt="Sorry, your browser does not support Java.">
<param name="language" value="zh">
<param name="latitude" value="40">
<param name="longitude" value="116">
</applet>
有人把这个applet移植到Symbian平台上,改用Symbian C++ 开发。下面是在我的6600上的截屏。

源代码和sis安装文件的下载地址: www.newlc.com/article.php3?id_article=799
0 Responses to “Planet Finder”