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