[4684] in java-interest

home help back first fref pref prev next nref lref last post

A button named Quit

daemon@ATHENA.MIT.EDU (Jordan Hayes)
Wed Jan 10 20:40:20 1996

Date: Wed, 10 Jan 1996 10:51:52 -0800
From: Jordan Hayes <jordan@Thinkbank.COM>
To: java-interest@java.sun.com

I was mocking-up a page for a client the other day, and I noticed
that if a button named "Quit" gets pressed, appletviewer exits (JDK
Beta, Solaris)!

I didn't put any functionality in, I just

	Button	b;

	b = new Button("Quit");

but there was the action!

Is this a feature?

What if I do:

	Button	b;

	b = new Button("Buy");

and am in some commerce-server?  :-)

/jordan
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post