mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
working on examples export, other tweaks
This commit is contained in:
@@ -49,7 +49,7 @@ public class JavaBuild {
|
||||
|
||||
protected Sketch sketch;
|
||||
protected Mode mode;
|
||||
|
||||
|
||||
// what happens in the build, stays in the build.
|
||||
// (which is to say that everything below this line, stays within this class)
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ public class JavaMode extends Mode {
|
||||
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
protected File[] getExampleCategoryFolders() {
|
||||
public File[] getExampleCategoryFolders() {
|
||||
// Basics, Topics, 3D, Books
|
||||
return new File[] {
|
||||
new File(examplesFolder, "Basics"),
|
||||
|
||||
Reference in New Issue
Block a user