Mouse class bug?
Subject : Mouse class bug?
From: Elliotte Harold <email@hidden >
Date: Fri, 27 May 2005 09:28:38 -0400
Delivered-to: email@hidden
Delivered-to: email@hidden
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)
I tried out the new Mouse class in Java 5 mentioned in John Zukowski's
article:
http://www-128.ibm.com/developerworks/library/j-tiger05245/?ca=dnt-621
public class Mouse {
public static void main(String args[]) {;
System.out.println(java.awt.MouseInfo.getNumberOfButtons());
}
}
Result:
$ java5 Mouse
0
I knew Macs were button-limited, but this is ridiculous. Anyone else see
the same? Is this a bug or does MouseInfo start counting the number of
buttons from zero or some such weird thing?
--
Elliotte Rusty Harold email@hidden
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.