Project Structure

ComboCounter - Main Folder With the source code
|-nbproject
	|-build-impl - Necessary file so that NetBeans can import source code
	|-genfiles.properties 
	|-project.properties
	|-project
|-src - Contains all the class files
	|- ComboScore - application where users create combination of punches
	|- force_Application.form - NetBeans assisted GUI builder for the force application.
	|- force_Application - file where GUI is manually built for force application
	|- home_page.form - NetBeans assisted GUI builder for the home page.
	|- homePage - file where GUI for home page was manually built
	|- home_page - first draft of home page
	|- Main - main file which will call other applications
	|- PunchCount - code to create the GUI of the punch count window
|-test - holds all the previous versions of the code that were tested (currently empty)
|-build
|-manifest.mf
|-README