Package net.sourceforge.jnlp.util
Class BasicExceptionDialog
- java.lang.Object
-
- net.sourceforge.jnlp.util.BasicExceptionDialog
-
public class BasicExceptionDialog extends java.lang.ObjectA dialog that displays some basic information about an exception
-
-
Constructor Summary
Constructors Constructor Description BasicExceptionDialog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareShown()static javax.swing.JButtongetClearCacheButton(java.awt.Component parent)static javax.swing.JButtongetShowButton(java.awt.Component parent)static voidshow(java.lang.Exception exception)Must be invoked from the Swing EDT.static intwillBeShown()
-
-
-
Method Detail
-
show
public static void show(java.lang.Exception exception)
Must be invoked from the Swing EDT.- Parameters:
exception- the exception to indicate
-
getShowButton
public static javax.swing.JButton getShowButton(java.awt.Component parent)
-
getClearCacheButton
public static javax.swing.JButton getClearCacheButton(java.awt.Component parent)
-
willBeShown
public static int willBeShown()
-
areShown
public static boolean areShown()
-
-