by Roland de Ruiter <roland.de.ruiter@[EMAIL PROTECTED]
>
Jun 5, 2008 at 05:08 PM
On 5-6-2008 13:46, sha**** dhara wrote:
> hi i used JDatechooser for date selection in my application ..but i
> should make this JDateChooser as Uneditable..but i don't know
> this ......please any one help me.......
Which JDateChooser are you using (it's not part of the standard Java
6.0- libraries).
If the JDateChooser class is a subclass of JComponent, you could try
yourJDateChooser.setEnabled(false);
--
Regards,
Roland