| WARNING_MESSAGE | ใช้กำหนดว่าเป็น warning message |
|---|
property:WARNING_MESSAGE;
return type:int
special:static
content:ใช้คืนค่า ตัวเลข ที่เป็นค่าคงที่ ที่แทนความหมายว่า ใช้กำหนดประเภทให้กับ Message Dialog ว่าเป็น warning message
example:JOptionPane.showMessageDialog ( this, "Your wrong one time.", "Warning", JOptionPane.WARNING_MESSAGE );