View Single Post
  #4 (permalink)  
Old 03-08-2008, 12:59 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,097
hardwired is on a distinguished road
When I read the array back, all the previously enterer employees are there
Looks like you may have an opportunity to determine the current number of employees after you have read in the file data, viz, the number of employees read in from the file. If so you can save this as a member variable in your main class and increment/change it as the user adds/deletes entries to your Employee array/ArrayList.
Reply With Quote