public class JOptionPane extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INFORMATION_MESSAGE |
Constructor and Description |
---|
JOptionPane() |
Modifier and Type | Method and Description |
---|---|
static void |
showMessageDialog(Object wha,
String str) |
static void |
showMessageDialog(Object wha,
String str1,
String str2,
int a) |
public static final int INFORMATION_MESSAGE