Class JOptionPane
- java.lang.Object
-
- com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
-
public class JOptionPane extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
INFORMATION_MESSAGE
-
Constructor Summary
Constructors Constructor Description JOptionPane()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
showMessageDialog(Object wha, String str)
static void
showMessageDialog(Object wha, String str1, String str2, int a)
-
-
-
Field Detail
-
INFORMATION_MESSAGE
public static final int INFORMATION_MESSAGE
- See Also:
- Constant Field Values
-
-