JSlider

From: Alexey Litvinuke (litvinuke_at_tut.by)
Date: 03/23/05


Date: Wed, 23 Mar 2005 16:49:11 +0200

Hi!

I need to make JSlider component inaccessible for any user's actions but
still enabled for changing it's track value from within my application. How
this can be done? setEnabled(false) doesn't help.

Thanks.