Understanding the DataReader Nested Class
The DataReader class reads data from the input file and creates a SimData object for each set of wind data.
Each new
SimData object is added to an
ArrayList
collection.
Description | Code |
---|---|
|
|
|
|
The JOptionPane statement is included to aid in debugging; as described in Testing and Debugging.
Description | Code |
---|---|
|
|
|
|
Proceed to the next section to examine the DataWriter class.