Project Orginization Tool
TemplateIT makes it easy to keep projects clean and orginized with project templates. It allows users to create a template project folder that can be exported to a directory. This program can be used to make video editing organized with templated folders for all of the users resources.
- Keeps track of it sub folders using ArrayList
- Keeps track of its parent folder
- Has an object of its JButton which is accessed from the template
- Uses FileOutputStream to write the root folders data into a file
- This allows for all of the sub folders to be stored into a template file
- Uses FileInputStream to read the template file and create the root folder
- Easy template reading
- Uses recursion to sort through all of the sub folders and output them to a directory
- Creates GUI using Java Swing
- Holds all of the functions for creating new Folders
- Displays all sub-folders of root folder