Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jreversepro.gui
Class ConfirmCloseDialog  view ConfirmCloseDialog download ConfirmCloseDialog.java

java.lang.Object
  extended byjreversepro.gui.ConfirmCloseDialog

public final class ConfirmCloseDialog
extends java.lang.Object

ConfirmCloseDialog is te dialog that appears at the end of application when the user prompts to close the application.

Version:
1.3

Constructor Summary
ConfirmCloseDialog()
           
 
Method Summary
static boolean confirmExit(javax.swing.JFrame aAppFrame)
          Prompts the user if (s)he would exit the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfirmCloseDialog

public ConfirmCloseDialog()
Method Detail

confirmExit

public static boolean confirmExit(javax.swing.JFrame aAppFrame)
Prompts the user if (s)he would exit the application.