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
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 d
On Fri, 13 Nov 1998 07:12:00 -0500
Karthik Vishwanath <[EMAIL PROTECTED]> wrote
> Hi all,
> i am relatively new to Java and i am trying to learn the UI (or
> the awt).
... code example removed ...
> The code compiles ok, but then when i click on the "Exit" in the
> appletviewer i g
I don't know that an applet can exactly terminate itself... Typically this is
controlled by the browser/appletviewer.. When a web page containing an applet
is unloaded the browser should call the stop() method followed by the destroy()
method (when the applets resources are to be reclaimed) of e