Creating a NetBeans Project for Assignments

Create a NetBeans project that will contain all of your homework projects for the rest of the course.

From now on, you will use this project for all your homework assignments. You will just add more packages and main classes to this project.

Chapter Package

Add a package to the application. This package will contain several main classes: one for each part of the assignment.

Calling the Batting Class from the Menu Class

The Menu class is the main class for the entire application. It can access the Batting class that you just added.

For each chapter, you will add a new package, for example, tdowne99.ch6. For some chapters, you will define multiple main classes to implement each part of the assignment.