}
}, app.loadImage(this.getPathToIcons() + "teapot.jpg"));
this.addScene(new ICreateScene() {
public Iscene getNewScene() {
return new PhysicsScene(app, "Physics Playground");
}
public String getTitle() {
return "Physics Playground";
}
}, app.loadImage(this.getPathToIcons() + "pyhsics_s.png"));