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
y the browser..
Paul Schroeder
JavaOS Software Engineer
NCSD Division, IBM Corp
512-838-9675
[EMAIL PROTECTED]
[EMAIL PROTECTED] on 13/11/98 06:04:19
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Two problems.
Hi all,
i am relatively new to Java and i am trying to learn t
Hi all,
i am relatively new to Java and i am trying to learn the UI (or
the awt). Below is the code that i compiled ...
---Code begins ---
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class Buttons extends