OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appCfg
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/awt/
AppHarness.java
59
private URL
appCfg
= null;
65
if (
appCfg
!= null){
67
InputStream in =
appCfg
.openStream();
115
appCfg
= new URL(getParameter("AppSettingsURL"));
118
appCfg
= null;
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
AppletHarness.java
62
private URL
appCfg
= null;
73
if (
appCfg
!= null){
76
in =
appCfg
.openStream();
141
appCfg
= new URL(getParameter("AppSettingsURL"));
144
appCfg
= null;
Completed in 489 milliseconds