Deprecated hide and show for Choice
From: Doug van Vianen (courses_at_shaw.ca)
Date: 02/28/04
- Next message: Rasmus Nielsen: "Re: S.O.S!!"
- Previous message: jimjim: "deleting remote objects - general performance"
- Next in thread: Ryan Stewart: "Re: Deprecated hide and show for Choice"
- Reply: Ryan Stewart: "Re: Deprecated hide and show for Choice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 28 Feb 2004 19:58:45 GMT
Hi,
I am using Choice to provide a dropdown menu in an Applet. I create the
Choice and then need to hide it until it is needed and then show it. I use
c.hide() and c.show() where 'c' is the choice.
This works fine except that when I use javac to compile the code I get the
message that I am using a deprecated API. That is, hide() and show() for
choices (and presumably other items) is no longer used. I have tried doing a
search to find the new way of doing this but do not get any useful results.
Can someone tell me how to hide and show a choice dropdown menu using newer
code?
Thank you.
Doug van Vianen
courses@shaw.ca
- Next message: Rasmus Nielsen: "Re: S.O.S!!"
- Previous message: jimjim: "deleting remote objects - general performance"
- Next in thread: Ryan Stewart: "Re: Deprecated hide and show for Choice"
- Reply: Ryan Stewart: "Re: Deprecated hide and show for Choice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|