Search:

Type: Posts; User: n00b

Search: Search took 0.10 seconds.

  1. Thread: Make a JTextField

    by n00b
    Replies
    4
    Views
    1,579

    Re: Make a JTextField

    Thnx Meathead and KevinWorkmen
  2. Thread: Make a JTextField

    by n00b
    Replies
    4
    Views
    1,579

    Re: Make a JTextField

    @meathead here is the whole program :-

    public class TextField1 extends JApplet implements ActionListener
    {
    JTextField Input;
    JTextField Echo;
    public JFrame Panel = new...
  3. Thread: Make a JTextField

    by n00b
    Replies
    4
    Views
    1,579

    Make a JTextField

    I wanted know how to make a JTextField text box with dimensions - length 100 and Width 20
    here is the code of the JTextField text box i made:-

    Echo = new JTextField(20);
    the 20 written is the...
Results 1 to 3 of 3