}
}, app.loadImage(this.getPathToIcons() + "water_s.png"));
this.addScene(new ICreateScene() {
public Iscene getNewScene() {
return new FluidSimulationScene(app, "Fluid Particles");
}
public String getTitle() {
return "Fluid Particles";
}
}, app.loadImage(this.getPathToIcons() + "fluidparticles_s.png"));