Class Prompt


  • public class Prompt
    extends Object
    Prompts the user for input using a JOptionPane, and displays the result to the client's stdout. If the user clicks "cancel", the client exits with exit code 1.
    Author:
    Marty Lamb
    • Constructor Detail

      • Prompt

        public Prompt()
    • Method Detail

      • nailMain

        public static void nailMain​(NGContext context)