I missed this earlier: the java.util.Calendar class has a setter method which goes year, month, and then day. Since this widget will most likely be used with Calendar and Date classes it may be helpful to follow their lead. Also, in setting the format, it is quite handy to have a way to mimic the java.text.DateFormat's setFormat(int format) method where format can indicate SHORT, MEDIUM, and LONG formats.
> but will consult the operating systems Do you mean the way that GTK, and other widget sets, set the format, or the way the text is formatted? _______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
