Search:

Type: Posts; User: MrFish

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,882

    Combing/Decoding MPEG and Other Video Format?

    I've been searching google and haven't come up with anything useful. There is JMF but I don't know how to install libraries and I was wondering if there is a built in method to do this. I would like...
  2. Replies
    4
    Views
    2,372

    Re: While loop stops.

    Ah! Now I can get it to work. Thanks for your help :)
  3. Replies
    4
    Views
    2,372

    Re: While loop stops.

    Ok, I've done that and found that this is the line that pauses it.

    incomingMessage = in.readLine()

    If I comment it out the loop runs. I've printed in.toString() and it is my BufferedReader...
  4. Replies
    4
    Views
    2,372

    While loop stops.

    I'm making an instant messenger in java and using a thread to check if there are any received messages. But for some reason it only loops through the while loop in my run method once. I put a print...
Results 1 to 4 of 4