Search:

Type: Posts; User: RichTea

Search: Search took 0.16 seconds.

  1. Re: 1 Time critical thread and many low priority threads - time critical being slowed

    Thanks; that thread pool sounds very like something I was considering creating manually to manage the problem so thank you for pointing me to it
  2. 1 Time critical thread and many low priority threads - time critical being slowed

    I'm attempting to create a game with (obviously) a main game loop and also several threads doing work that can be finished 'whenever'; getting new game content ready and such. However, despite...
  3. Replies
    2
    Views
    3,308

    [SOLVED] Re: JOptionPane preventing program from ending

    Thanks JonLane!

    That makes a lot of sense now, I thought I was creating a frame for the JOptionPane to live in but now I see they're seperate and have to be closed seperately.

    For anyone...
  4. Replies
    2
    Views
    3,308

    [SOLVED] JOptionPane preventing program from ending

    I wanted to use a JOptionPane to display a simple message. And it all appears to work fine. But the program never ends. Its not stuck in any obvious loops or similar.

    See the simple program below...
Results 1 to 4 of 4