On Mon, 16 Nov 1998 14:56:58 +0530 (IST)
Karthik Vishwanath <[EMAIL PROTECTED]> wrote
T
> On Mon, 16 Nov 1998, Larry Arnoldy wrote:
> 
> > It should terminate if you override the destroy() method and call 
> > dispose() in it. I'm not sure if you need to call setVisible(false) and 
> > stop(), but it should not hurt.
>
>dispose()? I browsed through the api docs and found no reference
> to dispose()! 

dispose() is a method of the Window class, which is extended by 
the Frame class. This causes a frame that has been created by an 
applet to "go away". This is what I use when I have an applet that 
created a frame. Opps, this may not be the answer to your original 
question. Sorry.

... larry

... larry

Reply via email to