Class SystemRequestDialog


  • public class SystemRequestDialog
    extends java.lang.Object
    Small 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.String show()
      Shows the dialog and returns the given input or null if the operation was canceled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemRequestDialog

        public SystemRequestDialog​(java.awt.Component parent)
        Parameters:
        parent - component
    • Method Detail

      • show

        public java.lang.String show()
        Shows the dialog and returns the given input or null if the operation was canceled.
        Returns:
        string