public class Config
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<java.lang.String,javax.swing.ImageIcon> |
icons
The icons.
|
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
static void |
changeVerbosity(int dx)
Change verbosity.
|
static javax.swing.ImageIcon |
getIcon(java.lang.String name)
Gets the icon.
|
static java.lang.String |
getProjectname()
Gets the projectname.
|
static int |
getVerbosity()
Gets the verbosity.
|
static java.lang.String |
getVersionname()
Gets the versionname.
|
static java.lang.String |
getVersionnumber()
Gets the versionnumber.
|
static void |
print(java.lang.String s,
int priority)
Prints the.
|
static void |
setVerbosity(int verbosity)
Sets the verbosity.
|
public static java.util.HashMap<java.lang.String,javax.swing.ImageIcon> icons
public static javax.swing.ImageIcon getIcon(java.lang.String name)
name
- the namepublic static int getVerbosity()
public static void setVerbosity(int verbosity)
verbosity
- the new verbositypublic static void changeVerbosity(int dx)
dx
- the dxpublic static void print(java.lang.String s, int priority)
s
- the spriority
- the prioritypublic static java.lang.String getProjectname()
public static java.lang.String getVersionnumber()
public static java.lang.String getVersionname()