Re: integers and arrays inJava - how?



On Thu, 30 Mar 2006 10:33:40 GMT, Robert Baer
<robertbaer@xxxxxxxxxxxxx> wrote, quoted or indirectly quoted someone
who said :

I used Google and found some references for integer in Java.
But "int" not only does not work, it also prevents reading X and Y
coordinates of the mouse.

int works fine as do the MouseMotionListener methods. The problem is
is the WAY you are using them. We can't determine that without seeing
your code.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages

  • Re: NullPointerException
    ... and much slower than: ... int size = ...; ... Canadian Mind Products, Roedy Green. ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.programmer)
  • Re: did the multiplication rules change!?
    ... you have overflowed the range of int. ... Canadian Mind Products, Roedy Green. ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.programmer)
  • Re: read keyboard input and storing in an array?
    ... > int min = 0; ... Put a comment on your declaration for min describing what it is for. ... Canadian Mind Products, Roedy Green. ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.help)
  • Re: Help - java syntax errors
    ... int calculateWindChill(double windSpeed, double temperature){ ... Canadian Mind Products, Roedy Green. ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.help)
  • Toward more extensive use of final
    ... I have been working with IntelliJ which keeps making suggestions to ... One thing it likes to do is add finals wherever it ... private static final int x; ... http://mindprod.com Java custom programming, consulting and coaching. ...
    (comp.lang.java.programmer)