* Made AppletHarness fields protected instead of private to allow extension
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9983 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
d68fba1fef
commit
6745c8ed63
@ -53,13 +53,13 @@ public class AppletHarness extends Applet {
|
||||
public static final HashMap<Application, Applet> appToApplet
|
||||
= new HashMap<Application, Applet>();
|
||||
|
||||
private JmeCanvasContext context;
|
||||
private Canvas canvas;
|
||||
private Application app;
|
||||
protected JmeCanvasContext context;
|
||||
protected Canvas canvas;
|
||||
protected Application app;
|
||||
|
||||
private String appClass;
|
||||
private URL appCfg = null;
|
||||
private URL assetCfg = null;
|
||||
protected String appClass;
|
||||
protected URL appCfg = null;
|
||||
protected URL assetCfg = null;
|
||||
|
||||
public static Applet getApplet(Application app){
|
||||
return appToApplet.get(app);
|
||||
|
Loading…
x
Reference in New Issue
Block a user