0

我扩展JDialog并使其成为模态等。

在用户选择“确定”按钮或“取消”并且对话框已被释放之前,如何使其不从对话框中返回?

我不想添加线程并让它旋转。我只是希望它等到用户处置。

4

1 回答 1

0

You can override the setVisible() function, and check the status before you allow setVisible(false);.

于 2013-05-14T18:09:43.313 回答