How do I detect an array

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-05-27T21:21:12Z Indexed on 2010/05/27 21:41 UTC
Read the original article Hit count: 135

Filed under:
|
|
|

OK so, is there an efficient way to detect on what array you're currently on by using the KeyListener?

My code: http://www.javadan.pastebin.com/X68VyuGL

What I am trying to do here is see if the current tile I am on is BLOCKED.

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about arrays