Would be nice to have some information icons (Stop sign, Danger Sign,Exclamation,Question mark, etc) that could be selected for each dialogue, as an option.
Something that could be used as
Dialog dialog = new Dialog( DialogType.CONFIRMATION, DialogIcon.DANGER, "Confirm Action", "Are you sure?");
Would be nice to have some information icons (Stop sign, Danger Sign,Exclamation,Question mark, etc) that could be selected for each dialogue, as an option.
Something that could be used as
Dialog dialog = new Dialog( DialogType.CONFIRMATION, DialogIcon.DANGER, "Confirm Action", "Are you sure?");