Simple applet to display the current phase of the moon. The images used in this example were made using KPT Bryce. The text that appears beneath the image can be switched on or off, and different images may, of course, be used.
The applet inserts a separator bar in the page, which changes colour continuously. You can specify the initial colour and the speed of the change via parameters. The various parameters of the applet also allow you to specify a lower and upper bound for the colour values and to specify a seed for the random number generator. By giving the same seed (and start colour) to two or more bars, you can ensure that they remain synchronized. The two lower bars on this page are synchronized.
This program allows you to represent dynamic tables on your html page. You just have to give a data file name and the columns definitions in parameter and the applet do all the work. User can navigate in the table using keyboard or mouse, change the columns size. CAGrid is based of the CJGrid class. Implementing the CDataSet interface of CJGrid allow you to use it in your own development.