update list of folders for examples in Java mode

This commit is contained in:
benfry
2012-09-04 01:00:40 +00:00
parent 2b9c6ec3d0
commit 6e10c689e1

View File

@@ -114,11 +114,10 @@ public class JavaMode extends Mode {
public File[] getExampleCategoryFolders() {
// Basics, Topics, OpenGL, Books
return new File[] {
new File(examplesFolder, "Basics"),
new File(examplesFolder, "Topics"),
new File(examplesFolder, "OpenGL"),
new File(examplesFolder, "Demos"),
new File(examplesFolder, "Books")
};
}