public class ConfirmErrorsDialog
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
askConfirmErrors(@NotNull java.lang.String errors,
@NotNull java.awt.Component parent)
Open a popup dialog and ask the user to confirm (or modify) the
encountered syntax errors.
|
public static boolean askConfirmErrors(@NotNull
@NotNull java.lang.String errors,
@NotNull
@NotNull java.awt.Component parent)
ConfirmErrorsAL).
Note that this method does not fork off with a new thread. It freezes the parent frames (and threads) until the popup window is closed, which mimics non-event-driven behaviour.
errors - a textual list of the encountered errorsparent - the parent dialog