set focus



Hello!

How do I do if I want to set a specific textfield as the starting field
where the corsor to be in when the frame come up.

//Tony


.



Relevant Pages

  • Re: set focus
    ... > How do I do if I want to set a specific textfield as the starting field ... > where the corsor to be in when the frame come up. ... Prev by Date: ...
    (comp.lang.java)
  • Re: easy question
    ... textfield and when they click a button they create that many more ... components will be laid out anew within their container, but the frame won't be resized. ... public void actionPerformed{ ... private JFrame createFrame() { ...
    (comp.lang.java.programmer)
  • Re: GUI and Thread
    ... > To avoid this, I execute a packroutine on the frame, but then ... > This is because there is not content in the TextArea and TextField. ... Call setVisible/after/ adding all components to your JFrame. ...
    (comp.lang.java.programmer)
  • Re: Ahhhh....
    ... Connell Gauld wrote: ... > I have a class which extends a Frame. ... On the frame I have several TextField ...
    (comp.lang.java.help)
  • GUI....Controlling Control Buttons ....
    ... It is going to act as a Personal Messages Window in a chatting program. ... The size of the frame is set to 300 X 300. ... When I start the JFrame instance it shows the Window but does not show ... This is because there is not content in the TextArea and TextField. ...
    (comp.lang.java.gui)