Java-based File Explorer for project 3 - Directory Browser
Folders can be opened up and view by double-clicking in the directory overview to expand the folder or clicking once to show the contents within the folder.
If there are no items in the folder, the content pane will be empty.
Currently, the indexing of directory starts with the home folder. It will only go up to a depth of 2 and hidden files are not shown.
The 'New' button does not currently work.
- Navigate through the file directories
- List files and folders
- Have an overall view of the file directory
- Accordion dropdown for nested items
- Preview highlighted files
- Folder breadcrumb trail
- Project scaffolding
- Renaming files from bootstrapped code
- Setup key components including linkages: Main view. Stylesheet. Main controller. Application starting point.
- Develop core features
- Develop QoL features
- Java 17
- Java FX
- Maven
Application will stop going through the file system as soon as it encounters the first permission error. Thus displaying only those that have been indexed.

