InfoDialog constructor
Creates and shows a modal dialog with htmlInfoText
.
If closeCallback
is not null it will be called with the user input
button code DiaAttr.DIA_ACT_ABORT.
Aligns htmlInfoText
centered in the cell.
Implementation
InfoDialog(String htmlInfoText, BaseDialogCloseCallback closeCallback)
: super(null, htmlInfoText, null, null, null, null, null, closeCallback,
false, []);