18.24.2.222 writes:
I was wondering if anyone knows how to change the focus between a Canvas and a TextField. The project I am working on is all done is Java 1.0 so a solution using only 1.0 would be ideal. But, if you know of a way to do this using Java 1.1, that would be great too. Thanks
Randy
152.205.49.101 writes:
The JDK 1.1 method would involve calling the txtfMessage.requestFocus() method.
MikeD