Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,830

    Re: Problem: Grabbing Ints from JTextField

    There is no way for a user to enter int values into a JFrame. A user can put String data into a textfield that is shown in a JFrame.
    Or you could use the Scanner class with a console window and use...
  2. Replies
    5
    Views
    1,830

    Re: Problem: Grabbing Ints from JTextField

    Can you explain what you are trying to do?
  3. Replies
    5
    Views
    1,830

    Re: Problem: Grabbing Ints from JTextField

    A text field can contain a String. You need to use a text field method to get that String from the text field.
    When you get its contents into a String you can use the Integer class parsing method to...
Results 1 to 3 of 3