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