Package org.tn5250j.gui
Class SystemRequestDialog
- java.lang.Object
-
- org.tn5250j.gui.SystemRequestDialog
-
public class SystemRequestDialog extends java.lang.ObjectSmall dialog asking the user to enter a value for doing a system request.- Author:
- master_jaf
-
-
Constructor Summary
Constructors Constructor Description SystemRequestDialog(java.awt.Component parent)
-
Method Summary
Modifier and Type Method Description java.lang.Stringshow()Shows the dialog and returns the given input or null if the operation was canceled.
-