Package org.tn5250j.gui
Class ConfirmTabCloseDialog
- java.lang.Object
-
- org.tn5250j.gui.ConfirmTabCloseDialog
-
public class ConfirmTabCloseDialog extends java.lang.ObjectSmall dialog asking the user to confirm the close tab request- Author:
- duncanc
-
-
Constructor Summary
Constructors Constructor Description ConfirmTabCloseDialog(java.awt.Component parent)
-
Method Summary
Modifier and Type Method Description booleanshow()Shows the dialog and returns the true if the close was confirmed or false if the operation was canceled.
-