Mega Code Archive

 
Categories / Java Tutorial / SWT
 

The Button Styles for MessageBox

Style Description SWT.OKDisplays an OK button SWT.OK | SWT.CANCELDisplays an OK and a Cancel button SWT.YES | SWT.NODisplays a Yes and a No button SWT.YES | SWT.NO | SWT.CANCELDisplays a Yes, a No, and a Cancel button SWT.RETRY | SWT.CANCELDisplays a Retry and a Cancel button SWT.ABORT | SWT.RETRY | SWT.IGNOREDisplays an Abort, a Retry, and an Ignore button