The MSeries



SourceForge.net Logo
Support This Project

The MSeries is a set of Java components that are provided freely to application programmers. They are intended to to provide functionality that is missing from the core language and required in many, many application. They have been written as an exercise in Java programming, to demonstrate techniques and gain familiarity with different parts of the API. Please send me an email, tell me what you think.

 

MDateSelector

This is a popup calendar to provide date input. It would be activated on a mouse click.

 

MDateEntryField

The MDateEntryField is a combobox style drop down calendar. The Calendar is not visible until the user pushes the button. The drop down will overlap the host frame if is has to.

 

<PRes ...>

<PRes> is a custom ant task to convert Java .properties files containing text strings into a Java class file. Using class files for static properties such as localisation strings is usually faster at execution time. Packaging of the application into a jar is more straightforward as the resultant .java files are compiled into .class files and handled like the rest of the application.

 

Downloads

The jar, source code and javadocs may be downloaded from the downloads page.

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

 

FAQs

Try the FAQs