Computer Science Canada hasch equivalent |
Author: | this_guy [ Sat Nov 27, 2004 10:21 pm ] |
Post subject: | hasch equivalent |
i'm currently makin the transition from turing to java (dont comment on this, stupid public schools) for ppl who know turing, what is the java equivalent of hasch (checking to see whether there's input from the keyboard) |
Author: | wtd [ Sat Nov 27, 2004 10:55 pm ] |
Post subject: | |
Been a while, but you would probably have your application implement the KeyListener interface. |