Showing “JOptionPane.showMessageDialog” without stopping flow of execution

后端 未结 3 1734
说谎
说谎 2021-02-15 16:48

I\'m currently working on a project that\'s getting more complex than I thought it would be originally. What I\'m aiming to do right now is show a message dialog without halting

3条回答
  •  眼角桃花
    2021-02-15 17:44

    You could just start a separate Runnable to display the dialog and handle the response.

提交回复
热议问题