Hey Steve,
You could also use the BufferedReader to read inputs.
E.x
BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
then go
stdin.readLine();
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden