raingod
>>
resources
>>
Java
>>
Software
>>
Moon
Moon
Last updated: 08.05.2002
From the chapel of dreams with a handful of images
Faces of children, phases of the moon
One little thing you get wrong changes the dimensions
["It takes time", Fred and Patti Smith]
MoonBadgeApplet
|
|
Simple applet to display the current phase of the moon.
The images used in this example were
made using KPT Bryce (see
Other Worlds
for more examples using this fine program).
The text that appears beneath the image can be switched on
or off, and different images may, of course, be used.
|
The applets on this page are based on two common classes, MoonCalculation which calculates the
phase of the moon for a given date, and
MoonApplet which provides a base class for applets displaying moon
phases. The two could be rolled into one, but are kept separate to allow
the calculation class to be used in other contexts. The MoonApplet class
is based on the
ExtendedApplet
class.
Related Links
General information on
computing astronomical events.
|