Class BasicExceptionDialog

java.lang.Object
net.sourceforge.jnlp.util.BasicExceptionDialog

public class BasicExceptionDialog extends Object
A dialog that displays some basic information about an exception
  • Constructor Details

    • BasicExceptionDialog

      public BasicExceptionDialog()
  • Method Details

    • show

      public static void show(Exception exception)
      Must be invoked from the Swing EDT.
      Parameters:
      exception - the exception to indicate
    • getShowButton

      public static JButton getShowButton(Component parent)
    • getClearCacheButton

      public static JButton getClearCacheButton(Component parent)
    • willBeShown

      public static int willBeShown()
    • areShown

      public static boolean areShown()