mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
examples window implementation
This commit is contained in:
@@ -139,6 +139,17 @@ public class JavaMode extends Mode {
|
||||
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
protected File[] getExampleCategoryFolders() {
|
||||
// Basics, Topics, 3D, Books
|
||||
return new File[] {
|
||||
new File(examplesFolder, "Basics"),
|
||||
new File(examplesFolder, "Topics"),
|
||||
new File(examplesFolder, "3D"),
|
||||
new File(examplesFolder, "Books")
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
public String getDefaultExtension() {
|
||||
return "pde";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user