org.ujmp.gui.util
Class GUIUtil

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

public abstract class GUIUtil
extends Object


Constructor Summary
GUIUtil()
           
 
Method Summary
static boolean getBoolean(String message)
           
static double getDouble(String message, double min, double max)
           
static int getInt(String message, int min, int max)
           
static Object getObject(String message, Object... objects)
           
static long[] getSize(String message)
           
static String getString(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIUtil

public GUIUtil()
Method Detail

getObject

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

getInt

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

getDouble

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

getString

public static String getString(String message)

getBoolean

public static boolean getBoolean(String message)

getSize

public static long[] getSize(String message)


Copyright © 2010. All Rights Reserved.