Hi there
any ideas about getting a non blocking read in java consol (and otherwise)
app. i also want to capture special keys (like pgup and alt and et all).
in a nut shell i want a getch() equivalent for java...
yours
Akhilesh
Printable View
Hi there
any ideas about getting a non blocking read in java consol (and otherwise)
app. i also want to capture special keys (like pgup and alt and et all).
in a nut shell i want a getch() equivalent for java...
yours
Akhilesh
For non-blocking reads, create a thread that does the read.
Akhilesh Mritunjai <akhileshmritunjai@hotmail.com> wrote in message
news:38deb3d0$1@news.devx.com...
>
> Hi there
> any ideas about getting a non blocking read in java consol (and otherwise)
> app. i also want to capture special keys (like pgup and alt and et all).
> in a nut shell i want a getch() equivalent for java...
> yours
> Akhilesh