Class AskUtils


  • public class AskUtils
    extends java.lang.Object
    Some util-methods for simple user interaction.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Double askDouble​(java.lang.String message, java.lang.Double initValue)
      a rather simple method to ask the user for a double value
      • Methods inherited from class java.lang.Object

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

      • askDouble

        public static final java.lang.Double askDouble​(java.lang.String message,
                                                       java.lang.Double initValue)
        a rather simple method to ask the user for a double value
        Parameters:
        message -
        initValue -
        Returns: