I want to rewrite the following deprecated method for
the Button "OK". How can I rewrite it? Thanks.
---------------------------------------------------
public boolean action(Event evt, Object arg)
{ if (evt.target == OK) {
this.update();
return true;
}
else return false;
}
-----------------------------------------------
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm
Be respectful! Clean up your posts before replying
____________________________________________________