727374757677787980
* @return The desktop configuration. */ public static DesktopConfig getDesktopConfig() { if (mConfig == null) { File xmlFile = new File("conf/DesktopConfiguration.xml"); mConfig = new XmlDesktopConfig(xmlFile); } return mConfig; }