[4985] in java-interest
RE:
daemon@ATHENA.MIT.EDU (Cay Horstmann)
Thu Jan 25 02:34:21 1996
From: Cay Horstmann <horstman@jupiter.SJSU.EDU>
To: "'Aragula Shree'" <aragulas@dbisna.com>,
"java-interest@java.sun.com"
<java-interest@java.sun.com>
Date: Wed, 24 Jan 1996 22:10:23 -0800
It is a bug with the Windows 95 implementation (present in both Beta 2 and the FCS). It works fine with Solaris.
Cay Horstmann
----------
From: Aragula Shree[SMTP:aragulas@dbisna.com]
Sent: Wednesday, January 24, 1996 5:24 AM
To: java-interest@java.sun.com
When I create my own Scrollbar, the handleEvent seems to receive everything
but SCROLL_LINE_UP and SCROLL_LINE_DOWN. Here's the code:
class sBar extends Scrollbar {
sBar () {
super();
}
sBar (int o) {
super (o);
}
public boolean handleEvent (Event evt) {
System.out.println (evt.id);
return true;
}
}
Am I doing something wrong? I am using win95 JDK (beta).
Thanks
Shree Aragula
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com