public class ErrorMsgBox extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
show(Component parent,
String txt) |
static void |
show(Component parent,
Throwable th) |
static void |
show(String txt) |
static void |
show(Throwable th) |
static int |
yesNoCancelMsg(Component parent,
String txt) |
static int |
yesNoCancelMsg(Component parent,
String title,
String txt) |
static int |
yesNoCancelMsg(String txt) |
static int |
yesNoCancelMsg(String title,
String txt) |
Copyright © 2020. All rights reserved.