11

YES と NO を Agree/Disagree のように変更したい。私は何をすべきか?

int reply = JOptionPane.showConfirmDialog(null,
                                          "Are you want to continue the process?",
                                          "YES?",
                                          JOptionPane.YES_NO_OPTION);
4

5 に答える 5

3

checkoutJOptionPane.showOptionDialogを使用すると、テキスト パラメータを (配列形式で) プッシュできます。

于 2013-08-17T06:56:58.653 に答える