Re: downlaod Swing

1999-01-25 Thread Larry Arnoldy
On Mon, 25 Jan 1999, Ozer Irfan wrote: > Hello. > > Where can I download swing for Linux? > I use jdk 1.1.7 > > Thanks > > Swing can be downloaded from http://www.javasoft.com/products/jfc/index.html It is written in Java and is okay for all 1.1.x platforms. ... larry arnoldy

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 se

Re: Two problems. (closing applets)

1998-11-16 Thread Larry Arnoldy
ed to call setVisible(false) and stop(), but it should not hurt. I have an example at http://fieldrep.ed.umuc.edu/~crecord/ Click on the pinball game and verify that the quit button and close buttons work. You can also check out the source of the PinBallGameApplet.java. ... larry arnoldy