Search:

Type: Posts; User: n00b

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,574

    Re: Need help int JTextField

    lol...Yea you finally understood me :P
    but it was not exactly what i wanted but i got some help and got the solution thanks
  2. Replies
    7
    Views
    1,574

    Re: Need help int JTextField

    i m not that n00b lolz :rolleyes:
    but when i increase the value,the width of the textbox increases but length remains the same :(
  3. Replies
    7
    Views
    1,574

    Re: Need help int JTextField

    i meant to say to change the length of the text box created with JTextField (Echo)


    Echo = new JTextField ("", 20);
  4. Replies
    7
    Views
    1,574

    Need help in JTextField

    ok i just created a text box with JTextField
    here is the code:-

    public class TextField1 extends JApplet implements ActionListener
    {
    JTextField Input;
    JTextField Echo;

    ...
Results 1 to 4 of 4