}
public AlertDialog(Frame parent, String title, String message) {
super(parent, title, true);
labMessage = new AdvancedLabel(message);
butOkay.addActionListener(this);
// layout
GridBagLayout gridbag = new GridBagLayout();
GridBagConstraints c = new GridBagConstraints();