| QUESTION_MESSAGE | ใช้กำหนดว่าเป็น question message |
|---|
property:QUESTION_MESSAGE;
return type:int
special:static
content:ใช้คืนค่า ตัวเลข ที่เป็นค่าคงที่ ที่แทนความหมายว่า ใช้กำหนดประเภทให้กับ Message Dialog ว่าเป็น question message
example:JOptionPane.showMessageDialog ( this, "What your name ?", "Question", JOptionPane.QUESTION_MESSAGE );