Search:

Type: Posts; User: Java Programmer

Search: Search took 0.09 seconds.

  1. Re: Problem: Grabbing Ints from JTextField

    Use ints in a jframe? Rather than having to put the information in eclipse itself, i want to be able to put them into a jframe.
  2. Re: Problem: Grabbing Ints from JTextField

    Is there a more simple way to do this?
  3. Problem: Grabbing Ints from JTextField

    private JTextField JTextField1;

    ints number1 = JTextField1;

    JTextField1 = New JTextField("",10);
    add(JTextField);

    Anyway to do this, The error is Cannot use JTextField for ints, Something...
Results 1 to 3 of 3