}, app.loadImage(this.getPathToIcons() + "drawing_s.png"));
}
this.addScene(new ICreateScene() {
public Iscene getNewScene() {
return new FlickrScene(app, "Flickr");
}
public String getTitle() {
return "Photo Search";
}
}, app.loadImage(this.getPathToIcons() + "flickr_s.png"));