Search:

Type: Posts; User: david185000

Search: Search took 0.10 seconds.

  1. Re: My code is in need of some severe jazzing up

    Thank you for your reply.

    However I have just discovered the Jtable and it has solved all my problems!

    Now my output looks structured, logical and SEXY!
  2. My code is in need of some severe jazzing up

    Hi guys, Im hoping someone can help me with me problem. I have a variable assigned to a value

    guesses = 7.

    I also have a leader board of 3 people

    david
    daren
    linda
  3. Re: problem searching for a String element in a parallel array

    Im afraid I dont have a clue what that means

    :-s
  4. Re: problem searching for a String element in a parallel array

    I see. So Ive assigned information to the array in addTeamInfo()

    How do I make that information accessible from the main method?

    Im sure this is easy enough. However Im using java for the first...
  5. Re: problem searching for a String element in a parallel array

    Hi guys thanks for your replies and the welcome!
    Ive included my code for the entire program in case there are any obvious flaws, but I really am perplexed at why this loop isnt working. Ill press...
  6. problem searching for a String element in a parallel array

    Hi guys

    I have a parallel array of 5 team names and 5 scores

    The user enters a team to search for and it is stored in the variable team

    this is my code


    String team;
Results 1 to 6 of 6