Description
I have created a custom control for use in one of my own projects and would like to donate the code in case the click team feels the control might be of use to other's. It is probably still has some missing things, but the code is in perfect working order. The control is used to represent a time or duration in the format hh:mm:ss. Included in the source is the click control called TimeField.java, a Java class to represent the time, called .... um, Time.java, and a very rudamentary javascript validation file. The packages names of the .java files will have to be changed to fit into the click project, since they currently belong to a package in my own domain. Not sure what else to mention, hope I have covered everything ... this is my first time trying to contribute something (small) to an opensource project