收藏订阅
MiG Calendar is a Java component that displays a visually very advanced calendar. What really differs this component from others is the extreme flexibility built in from the start, especially when it comes to the visual presentation and flexible layout. Everything visual is drawn in layers, called decorators, and they can easily be rearranged, modified, extended or recreated.
When we say extremely flexible, we really mean Extremely Flexible. The main reasons for this is:
The component follows the MVC (Model View Controller) paradigm. This ensures that the decoupling of the visual part from the data. An example of this is the possibility to have many views of activities, say a day and a week view, and when you move or resize an activity in on view, the other view(s) are updated live.
When it comes to features, MiG Calendar is packed. It is made from the ground up with extensibility and configurability in mind. Instead of creating several components that looked like different types of calendars we created a single component that can be configured to look like any type of calendar. The advantage is that whatever the customer wants, you can provide.
MiG Calendar is a Swing JavaBean component and as such should be used in client applications and applets. It works with, and is tested on:
Sun Java 1.4, 5.0, 6.0. IBM Java 1.4+, Excelsior JET Ahead of Time Compiler.
Some of the Features