:: com :: sun :: star :: awt ::

deprecated constants group MessageBoxCommand
Usage Restrictions
deprecated
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