Documents and Guides
The documentation for MiG Calendar consists of Guides touching the basic aspects of the component and a comprehensive API JavaDoc. Start with the guides and when you develop make sure you use the JavaDoc to get a reference to the API.

Getting Started Flash Screen Cast
Shows how easy it is to configure the component in an IDE such as JFormDesigner, NetBeans or Eclipse with Swing Designer. This is a good first stop when getting acquainted with MiG Calendar. You need to have Flash installed to view this.
Note! If the presentation stops after a while you need to right-click the view button and download the file to your hard drive and run it in Flash Player from there.



MiG Calendar API JavaDoc
The API JavaDoc contains a lot of information about specific classes and methods. When you have read/viewed the artifacts above this is where you get the information in day to day development. It is important that this JavaDoc is mounted on the project so the information is close at hand.



AShape Developers Guide
If the built in shape used for displaying activities is not enough there is the option to create a custom one. The AShape framework is a retained mode API similar to SVG and Swing and it is almost as flexible. It is created with painting speed in mind and as such needs a separate manual.


Themes Developers Guide
Before the JavaBeans was introduced in v5.5 of the MiG Calendar component Themes was the only way to configure the component visually. For new development we recommended the JavaBeans, but the Themed approach still works. This guide goes into detail about how the themes work and the Theme Editor should be used.






