Downloads


back


SourceForge.net Logo
Support This Project

Before you download my work please take a moment to consider what this means to you and your work. How much time have I saved you ? How slicker is your GUI thanks to my efforts ? My software remains free, distributed under the GNU Lesser General Public Licence.


This library is free software; you can redistribute it and/ormodify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; eitherversion 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

If you wish to pacify you conscience and wish to let me know how thankful you are for my efforts put your money where your mouth is and make a voluntary donation to me using NOCHEX (in GBP) or Paypal (USD) using a credit card.


I accept payment using NOCHEX I want to donate £, (enter pounds and pence ) to the MSeries author

Make payments with PayPal - it's fast, free and secure! I want to donate $ (enter dollars & cents) to the MSeries author


A receipt will be provided for all donations.

J2SE 1.4.1

In using these links you agree by the terms of the licence outlined above

My code is hosted on Sourceforge, the links below take you to my project download page.

MDateSelector14.jar

The class files only, on the download page choose the highest build number

MDateSelectorSrc.zip

Source Code and ant build script. Unzip the file (Mac users please use gnutar), creates 2 subdirectories (./build and ./source), change to ./build and type 'ant' to compile, jar and run the demo. Type 'ant javadocs' to generate the javadocs in ./javadocs. Get ant from http://jakarta.apache.org/ant

Save the jar in a directory that is on the classpath. Run the demo class by typing (where nnnnn is the appropriate build number)

java -jar MDateSelector14-nnnnn.jar

See what it looks like in the demo page

AWT

The AWT branch has been developed to run with older JREs (tested with JDK 1.1.8) and for Applets using the browsers JVM. It contains no classes from javax.swing and has limited functionality compared to the 1.3 version.

The source and ant build script is available as it the compiled jar which is ready run using

java -jar MDateSelectorAWT.jar with JDK 1.2 +

or

java -classpath MDateSelectorAWT.jar mseries.CalendarAWT.TestIt with JDK 1.1.x

To use the ant script, unzip the source to a new directory, cd to /build and type ant run, it should compile, build the jar and run the demo application. Click here to see a live demo of the MDateSelector in an applet and details of how to do it.

MDateSelectorAWT.jar

The jar file

MDateSelectorAWTSrc.zip

The source and ant build scripts

J2SE 1.3.1

The J2SE Branch has not been developed as much as the 1.4 branch, some bugs are still present and some features missing. Support is even more limited for this version

The source and ant build script is available as is the compiled jar which is ready run using

java -jar MDateSelector131.jar with JDK 1.3.x

MDateSelector131.jar

The jar file

MDateSelector131Src.zip

The source and ant build scripts. To use the ant script, unzip the source to a new directory, cd to /build and type ant run, it should compile, build the jar and run the demo application.

<Pres..>

The Jar and source for the <Pres..> ant task.

MAntTasks.jar

The jar file

MAntTasksSrc.zip

The source and ant build scripts. To use the ant script, unzip the source to a new directory, and type ant -f antBuild.xml, it should compile and build the jar in a subdirectory called jars.

Smallprint
All responsibility is accepted in downloading this software. No warranties are given. Time and effort has been expended in producing this software, please inform me if you intend to use my code in production applications. Some acknowledgement in your application would be cool too- Thanks
MSeries