Class GUIUtil

java.lang.Object
org.ujmp.gui.util.GUIUtil

public abstract class GUIUtil extends Object
  • Constructor Details

    • GUIUtil

      public GUIUtil()
  • Method Details

    • getObject

      public static Object getObject(String message, Object... objects)
    • getDouble

      public static double getDouble(String message, double min, double max, Double initialValue)
    • getInt

      public static int getInt(String message, int min, int max)
    • getInt

      public static int getInt(String message, int min, int max, Integer initialValue)
    • getDouble

      public static double getDouble(String message, double min, double max)
    • getString

      public static String getString(String message)
    • getPassword

      public static String getPassword(String message)
    • getBoolean

      public static boolean getBoolean(String message)
    • getSize

      public static long[] getSize(String message)