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
Modifier and Type Method Description static void
showMessageDialog(Object wha, String str)
static void
showMessageDialog(Object wha, String str1, String str2, int a)
-
Field Details
-
INFORMATION_MESSAGE
public static final int INFORMATION_MESSAGE- See Also:
- Constant Field Values
-
-
Constructor Details
-
JOptionPane
public JOptionPane()
-
-
Method Details