Override this to control the order of the first set of example folders and how they appear in the examples window.
()
| 581 | * and how they appear in the examples window. |
| 582 | */ |
| 583 | public File[] getExampleCategoryFolders() { |
| 584 | return examplesFolder.listFiles((dir, name) -> dir.isDirectory() && name.charAt(0) != '.'); |
| 585 | } |
| 586 | |
| 587 | |
| 588 | public void rebuildExamplesFrame() { |