M
Mike Barnard
Hi all.
As some of you may remember from a couple of other recent newbie
posts, I'm trying to teach myself, slowly, by book. As in previous
posts can you give me some guidance please?
Currently I want to learn about reading input from the keyboard. Doing
a google search for "Java keyboard input" and similar hasn't brought
me to the nirvana I'd like. I know it must be there, but where?
What I do get are hits such as:
http://wiki.erland.homeip.net/index.php/Java_Tutorial_Lesson_12:_Keyboard_input
which is part way through something else,
http://www.pp.rhul.ac.uk/~george/PH2150/html/node13.html
This says what, but not why,
http://www.brighthub.com/internet/web-development/articles/16220.aspx
3d on the web... and very high on the list of Google responses.
Of course, working through them I'm sure I can come to some sort of
realisation of what it entails, but I'm looking for the full
explanation.
My book, Head First Java, doesn't have "keyboard" in the index. The
only "Input" in the index is "InputStreamReader" which is used in
reference to reading data from a socket.
[An "aha!" moment] I've just found a document in the Java Tutorials
called basic i/o. This may be my nirvana but in case not I'll post
this anyway.
So, can the Fount Of All Knowledge point me to a good tutorial on the
most efficient methods to get input from a user please? I don't expect
hand holding, honestly, just pointers to really useful tutorials.
Thanks in advance.
Mike.
As some of you may remember from a couple of other recent newbie
posts, I'm trying to teach myself, slowly, by book. As in previous
posts can you give me some guidance please?
Currently I want to learn about reading input from the keyboard. Doing
a google search for "Java keyboard input" and similar hasn't brought
me to the nirvana I'd like. I know it must be there, but where?
What I do get are hits such as:
http://wiki.erland.homeip.net/index.php/Java_Tutorial_Lesson_12:_Keyboard_input
which is part way through something else,
http://www.pp.rhul.ac.uk/~george/PH2150/html/node13.html
This says what, but not why,
http://www.brighthub.com/internet/web-development/articles/16220.aspx
3d on the web... and very high on the list of Google responses.
Of course, working through them I'm sure I can come to some sort of
realisation of what it entails, but I'm looking for the full
explanation.
My book, Head First Java, doesn't have "keyboard" in the index. The
only "Input" in the index is "InputStreamReader" which is used in
reference to reading data from a socket.
[An "aha!" moment] I've just found a document in the Java Tutorials
called basic i/o. This may be my nirvana but in case not I'll post
this anyway.
So, can the Fount Of All Knowledge point me to a good tutorial on the
most efficient methods to get input from a user please? I don't expect
hand holding, honestly, just pointers to really useful tutorials.
Thanks in advance.
Mike.