Download Latest Version TimeChooser-0.1.jar (163.1 kB)
Email in envelope

Get an email when there's a new version of TimeChooser

Home
Name Modified Size InfoDownloads / Week
README.TXT 2013-08-19 683 Bytes
TimeChooser-0.1.jar 2013-08-19 163.1 kB
Totals: 2 Items   163.8 kB 0
TimeChooser is an analog time chooser widget for Swing applications.

To run a demo of the TimeChooser from the command line, 
type the following:

java -jar "TimeChooser-0.1.jar" 

USAGE

To use the Time Chooser widget in your own application,
treat it like a regular Java dialog:

    JFrame frame = new JFrame();
    TimeChooser dlg = new TimeChooser(frame, true);
    dlg.setVisible(true);
    System.out.println(dlg.getHHMM()));

LICENSE

TimeChooser is licensed under a Creative Commons 
Attribution-ShareAlike 3.0 Unported License.
http://creativecommons.org/licenses/by-sa/3.0/deed.en_US

Please include attribution to the URL:
   http://sourceforge.net/projects/TimeChooser
Source: README.TXT, updated 2013-08-19