applet & swing
Hello all, I had a quick question. Is it possible to put the cursor on a
JTextField as soon as an applet loads? I made an applet that does not place
the cursor in the name JTextField when the applet first loads. The only way
it loads is if I enter in data and press submit; then the cursor goes inside
this textfield upon entering another student. I have tried the following;
nameText.requestFocus();
thanks in advance.
.
Relevant Pages
- Re: applet & swing
... JTextField as soon as an applet loads? ... place the cursor in the name JTextField when the applet first loads. ... API but aren't _in_ the API, if you know what I mean) but it was a pretty ... (comp.lang.java.help) - Re: applet & swing
... JTextField as soon as an applet loads? ... place the cursor in the name JTextField when the applet first loads. ... (comp.lang.java.help) - Re: [HP 49G] solving linear system with complex coefficents
... move the cursor to X line in the main screen of the applet then ... Put your calculator in approximate mode and enter your system like this: ... With the cursor still pointing between the ... pointing between the 2 right brackets. ... (comp.sys.hp48) - Re: improving Java Applet performance
... noticeable delay between the time the page loads and the applet ... I looked at this page with FF3 and IE7, neither gave any warnings or were slow. ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ... (comp.lang.java.programmer) - HTA starting continual applet
... Thread runner; ... public void start ... The applet shall in a "Website.HTA" to run. ... it loads and it loads and it loads... ... (comp.lang.java.programmer) |
|