public class Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
alwaysOnTop |
static int |
collisionAction |
static java.lang.String |
language |
static boolean |
limitSpeed |
static java.lang.String |
lookAndFeel |
static int |
nbBytesPerS |
static int |
symbolicLinkAction |
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
void |
createConfigFile() |
static int |
getSpeedValue() |
static void |
setProp(java.util.Properties prop) |
static void |
setSpeedValue(int i) |
boolean |
wasFirstLaunch() |
public static java.lang.String language
public static boolean alwaysOnTop
public static java.lang.String lookAndFeel
public static int collisionAction
public static int symbolicLinkAction
public static boolean limitSpeed
public static int nbBytesPerS