>does someone know how can i obtain the c getch() function in java?
there isn't one. The catch is you can't count on every platform to
support such a beast. Some just have line mode console input.
You can simulate one with a TextField to enter your data into
character by character.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
> does someone know how can i obtain the c getch() function in java?
There is no direct support for getch(). If it is a must, you could try
JNI. Here is link for java bug, you may find some alternatives in that
link.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4050435
azsx - 04 May 2006 00:26 GMT
thanks, i tried that. but i thought there may be a direct way.
azsx - 04 May 2006 00:26 GMT
thanks, i tried that. but i thought there may be a direct way.
azsx - 04 May 2006 00:30 GMT
thanks, i tried that. but i thought there may be a direct way.