}, app.loadImage(this.getPathToIcons() + "puzz.png"));
if (this.hasFBO){
this.addScene(new ICreateScene() {
public Iscene getNewScene() {
return new MainDrawingScene(app, "MT Paint");
}
public String getTitle() {
return "MT Paint";
}
}, app.loadImage(this.getPathToIcons() + "drawing_s.png"));