Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: MP3 problems

    by Norm
    Replies
    6
    Views
    1,967

    Re: MP3 problems

    Have you tried debugging the code by adding printlns to show how the contents of the variable changes as it is set and what its value is when it is used?
  2. Thread: MP3 problems

    by Norm
    Replies
    6
    Views
    1,967

    Re: MP3 problems

    here a is a String
  3. Thread: MP3 problems

    by Norm
    Replies
    6
    Views
    1,967

    Re: MP3 problems

    When comparing Strings use the equals method. The == operator is for primitives.
Results 1 to 3 of 3