-
looking for a command.....
hi, I'm new at Java, I use netbeans v3.6
I need a command that is similar to 'getc()' of C\C++
or 'keypressed()' of Pascal.
thanx.
-
That sounds like System.in.read(), if we're talking console IO. For GUI's in java you
use the KeyListener interface.
eschew obfuscation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|