Perry Smith

Java Questions & Answers

Home / Java Q & A Archive Page 3 / Java Q & A Archive

window focus
Friday, 05-Feb-99 17:38:30

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


Response
Re: window focus
Friday, 05-Feb-99 18:30:31

152.205.49.101 writes:

The JDK 1.1 method would involve calling the txtfMessage.requestFocus() method.

MikeD


Home / Java Q & A Archive Page 3 / Java Q & A Archive