Search:

Type: Posts; User: Starstreak

Search: Search took 0.22 seconds.

  1. Thread: Switch

    by Starstreak
    Replies
    8
    Views
    1,128

    [SOLVED] Re: Switch

    Thanks for locating my error. If you read the rest of my reply, you will see that I'm suggesting he start with a string, and then convert since Java GUIs take this approach.
  2. Thread: Switch

    by Starstreak
    Replies
    8
    Views
    1,128

    [SOLVED] Re: Switch

    To convert an int to a String just use Integer.parseInt(number); (Integer (Java Platform SE 7 ))

    Try to be consistent. Nearly all input from GUI's are strings first and then converted.
Results 1 to 2 of 2