posted 17 years ago
Hi ,
can anybody show me how to make the
jmonthchooser and jyearchoosr as non editable.
i could make the jdatechooser as non editable by
using the following statements
((JTextFieldDateEditor)jDateChooser3.getDateEditor()).setEditable(false);
but i could not find anything similar to this for month and year chooser
please help
regards,
Ivin