simplifying android

This commit is contained in:
benfry
2011-01-29 21:52:37 +00:00
parent 66d983d057
commit dae66d3a2d
12 changed files with 554 additions and 371 deletions

View File

@@ -162,10 +162,6 @@ public class JavaMode extends Mode {
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
/**
* Implements Sketch → Run.
* @throws SketchException
*/
public void handleRun(Sketch sketch, RunnerListener listener) throws SketchException {
JavaBuild build = new JavaBuild(sketch);
String appletClassName = build.build();