gui
Class GUIProperties
- public final class GUIProperties
- implements gui.GUIConstants
setLoadedProperties
public static void setLoadedProperties(boolean bLoaded)
- Sets the loadeded status of the Properties File
- Parameters:
bLoaded -
isPropertyFileLoaded
public static boolean isPropertyFileLoaded()
- Checks if the Property File Has been loaded
- Returns:
- boolean
loadPropertyFile
public static void loadPropertyFile()
- Loads the Property File
getPropertyValue
private static java.lang.String getPropertyValue(java.lang.String strKey)
- Gets the Property Value from the properties file
- Parameters:
strKey -
- Returns:
- String
getIntegerValueProperty
public static int getIntegerValueProperty(java.lang.String strKey)
- Gets the integer value of a given property value
- Parameters:
strKey -
- Returns:
- integer value
getStringValueProperty
public static java.lang.String getStringValueProperty(java.lang.String strKey)
- Gets the String value of a given Key
- Parameters:
strKey -
- Returns:
- string
getBackgroundImageFileName
public static java.lang.String getBackgroundImageFileName()
- Gets the Background Image File Name
- Returns:
- String