Searched refs:assetCfg (Results 1 – 2 of 2) sorted by relevance
63 private URL assetCfg = null; field in AppletHarness97 if (assetCfg != null){ in createCanvas()98 settings.putString("AssetConfigURL", assetCfg.toString()); in createCanvas()148 assetCfg = new URL(getParameter("AssetConfigURL")); in init()151 assetCfg = getClass().getResource("/com/jme3/asset/Desktop.cfg"); in init()
145 String assetCfg = settings.getString("AssetConfigURL"); in initAssetManager() local146 if (assetCfg != null){ in initAssetManager()149 url = new URL(assetCfg); in initAssetManager()153 url = Application.class.getClassLoader().getResource(assetCfg); in initAssetManager()155 … logger.log(Level.SEVERE, "Unable to access AssetConfigURL in asset config:{0}", assetCfg); in initAssetManager()