[4727] in java-interest

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

How can I use mouseDown method?

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Jan 11 16:53:56 1996

Date: Fri, 12 Jan 1996 04:00:00 +0900
From: "=?ISO-2022-JP?B?GyRCMkNGIyEhMGxPOhsoQg==?= "
	<QFH03401@niftyserve.or.jp>
To: java-interest@java.sun.com

Hi,
I've just started teach myself Java language using Tutorials on java.sun.com.
I have added mouseDown method to Simple.java as directed in the tutorial, but
I could not have the same result as it says,
There is no "click..." message on applet window regardless if I reload applet,
 restar applet
or even use appletviewer instead of Netscape2.0B5.

Do you anybody knows why?

Here is what I added to Simpel.java.

public void mouseDown (int x, int y) {
        addItem("Click!....");
        }

Chris Kato.
-
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