Package net.sourceforge.jnlp.util
Class BasicExceptionDialog
java.lang.Object
net.sourceforge.jnlp.util.BasicExceptionDialog
A dialog that displays some basic information about an exception
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
areShown()
static JButton
getClearCacheButton
(Component parent) static JButton
getShowButton
(Component parent) static void
Must be invoked from the Swing EDT.static int
-
Constructor Details
-
BasicExceptionDialog
public BasicExceptionDialog()
-
-
Method Details
-
show
Must be invoked from the Swing EDT.- Parameters:
exception
- the exception to indicate
-
getShowButton
-
getClearCacheButton
-
willBeShown
public static int willBeShown() -
areShown
public static boolean areShown()
-