Overview
Module
Use
Devguide
Index
Constants
Constants' Details
::
com
::
sun
::
star
::
awt
::
deprecated
constants group MessageBoxCommand
Description
specifies a message box command.
Constants
CANCEL
OK
YES
NO
RETRY
Constants' Details
CANCEL
const short
CANCEL
= 0;
OK
const short
OK
= 1;
YES
const short
YES
= 2;
NO
const short
NO
= 3;
RETRY
const short
RETRY
= 4;
Top of Page
Copyright © 2003 Sun Microsystems, Inc.