|
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
Command the active command for this document.
selectCommand(Command cmd,false).
JOptionPane.showConfirmDialog(Component, Object, String, int).
Application.showConfirmDialog(Component, Object, String, int)
with the active window of this document as the Component parameter.
Application.showMessageDialog(Component, Object, String, int)
with null parent component and message type set to
JOptionPane.ERROR_MESSAGE.
Application.showMessageDialog(Component, Object, String, int)
with the active window of this document as the Component parameter and
JOptionPane.ERROR_MESSAGE as the type parameter.
Application.showMessageDialog(Component, Object, String, int)
with null parent component and message type set to
JOptionPane.INFORMATION_MESSAGE.
Application.showMessageDialog(Component, Object, String, int)
with the active window of this document as the Component parameter and
JOptionPane.INFORMATION_MESSAGE as the type parameter.
JOptionPane.showMessageDialog(Component, Object, String, int).
Application.showMessageDialog(Component, Object, String, int)
with null parent component and message type set to
JOptionPane.WARNING_MESSAGE.
Application.showMessageDialog(Component, Object, String, int)
with the active window of this document as the Component parameter and
JOptionPane.WARNING_MESSAGE as the type parameter.
String by calling the
Object.toString() method.
|
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||