Re: Two problems. (closing applets)

1998-11-16 Thread Larry Arnoldy
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

Re: Two problems. (closing applets)

1998-11-16 Thread Karthik Vishwanath
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

Re: Two problems. (closing applets)

1998-11-16 Thread Larry Arnoldy
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

Re: Two problems.

1998-11-13 Thread Paul Schroeder
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

Two problems.

1998-11-13 Thread Karthik Vishwanath
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