Objectives
In this lab you will practice using NetBeans, an integrated development
environment (IDE), for Java programming.
NetBeans has been installed on
campus lab PCs and also on the CS department lab machines in Heller Hall 314.
You will:
- Import Java code provided by the textbook into a NetBeans project and run it.
- Make some modifications and run it again.
- Add Javadoc comments.
- Practice using the NetBeans debugger.