Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,292

    [SOLVED] Re: Question about thread

    Sounds like you found out that you can't call Thread.start() more than once, which the API tells you: Thread (Java Platform SE 6)

    By surrounding it by a try and a catch, you're simply ignoring the...
  2. Replies
    4
    Views
    1,292

    [SOLVED] Re: Question about thread

    What happened when you tried? Also, you shouldn't have empty catch clauses. You're probably ignoring error messages that could help you understand what's going on.

    You might want to use a Swing...
Results 1 to 2 of 2