JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.examples.simpleviewer.gui.popups
Class ErrorDialog

java.lang.Object
  extended by org.jpedal.examples.simpleviewer.gui.popups.ErrorDialog

public class ErrorDialog
extends java.lang.Object

popup an error message to show user what message JPedal generated


Constructor Summary
ErrorDialog()
           
 
Method Summary
static void showError(java.lang.Throwable th, java.lang.String message, java.awt.Component parent, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorDialog

public ErrorDialog()
Method Detail

showError

public static void showError(java.lang.Throwable th,
                             java.lang.String message,
                             java.awt.Component parent,
                             java.lang.String fileName)

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support