A simple file handling project in Java
Welcome screen displays the application name and the developer details.
The details of the user interface are shown to the user. The user has to select from the options listed
1. The first option returns the current file names in ascending order. The main directory can be assigned in LockedMe class.
2. The second option returns the details of the user interface options displaying the following:
a. Add a file to the existing directory list
b. Delete a user specified file from the existing directory list
c. Search a user specified file from the main directory
d. Option to navigate back to the main context
3. Third option to closes the application
Project is created with:
- Java 8
- IntelliJ IDE
https://trello.com/b/aaO33cot/lockedmecom
Run this as a Java project
Launcher or main() method can be found in LockedMe class under src folder