SWT Step 008. Standard dialogs

Objective

Implement all standard dialog classes: o.e.swt.widgets.MessageBox, FileDialog, DirectoryDialog, FontDialog, ColorDialog. The test case should allow to select the dialog widget and all supported styles for that widget (modality, buttons, icons, etc., where appropriate), execute the selected dialog, and print out the appropriate result of execution to the console.

Task notes

<none yet>