hi! mình đang làm bài tập về Java! về JOptionPane.
Mình đã làm được phần đầu! chỉ còn Hacker Challenge!!
Yêu cầu khi mình click close thì nó sẽ quay trở về câu hỏi “Are you 21 years of age or older?” đến khi mình trả lời YES or NO.
Mình đã thử tạo for loop,
default:
JOptionPane.showMessageDialog(null, “You must answer the question.”,“Aversion Detected”,
JOptionPane.ERROR_MESSAGE);
for (response=-1;response< Double.POSITIVE_INFINITY;response++)
JOptionPane.showConfirmDialog(null,“Are you 21 years of age or older?”,
“Age Verification”,JOptionPane.YES_NO_OPTION);
Nhưng khi mình click Yes or no nó ko chạy típ mà cứ xuất hiện bảng “Are you 21…”