Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. Replies
    21
    Views
    1,579

    [SOLVED] Re: About swing Timer in my Math game

    The dialog windows are modal. That means that the code's execution stops moving until the user enters something and presses Enter so that the dialog can return to the calling code and allow...
  2. Replies
    21
    Views
    1,579

    [SOLVED] Re: About swing Timer in my Math game

    I'm not sure how a Timer would help here. JOptionPane's dialogs are modal. I don't know if you can "cancel" a dialog that is being shown.
    That would mean that the program would have to wait for...
Results 1 to 2 of 2