You are being forwarded to the lastest updates ot his page!
Or you can Click Here if it doesn't work or you don't wish to wait.

MIDP Programming

AmbrishGupta
Hi!
I am making a game of TicTacToe in that I have used getClipX() and getClipY() of Grapgics class. When I access the current clip of y axis with g.getClipY(), I get the value which is original clip value - 1 e.g. If g.getClipY() should return 10, it returns 9. Could you stipulate me why it's happening?

Thanx


Mark Spritzler
Could it be zero based? where the tenth digit is "9"

0 1 2 3 4 5 6 7 8 9


Mark