/TemplateIT

A project management tool that allows you to setup file and folder templates for your projects. Create a new project and everything's organized, ready for you to start.

Primary LanguageJava

TemplateIT

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.

Main Classes

  • Folder

  • 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
  • Writer

  • 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
  • Reader

  • Uses FileInputStream to read the template file and create the root folder
  • Easy template reading
  • Output

  • Uses recursion to sort through all of the sub folders and output them to a directory
  • Window

  • Creates GUI using Java Swing
  • Holds all of the functions for creating new Folders
  • Displays all sub-folders of root folder