|
disable() method is deprecated as of JDK 1.1 and was replaced by
java.awt.Component.setEnabled(boolean)...
try to use temp.setEnabled( boolean b )....
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Last edited by sukatoa : 04-24-2008 at 07:13 AM.
|