mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 19:05:34 +01:00
making further progress on build process
This commit is contained in:
@@ -222,10 +222,10 @@ public class JavaMode extends Mode {
|
||||
// }
|
||||
|
||||
|
||||
public boolean handleExportApplet(Sketch sketch) throws SketchException, IOException {
|
||||
JavaBuild build = new JavaBuild(sketch);
|
||||
return build.exportApplet();
|
||||
}
|
||||
// public boolean handleExportApplet(Sketch sketch) throws SketchException, IOException {
|
||||
// JavaBuild build = new JavaBuild(sketch);
|
||||
// return build.exportApplet();
|
||||
// }
|
||||
|
||||
|
||||
public boolean handleExportApplication(Sketch sketch) throws SketchException, IOException {
|
||||
|
||||
Reference in New Issue
Block a user