upDateDialog - actionPerformed
if action is from part# TextField
- Look up part
- Enter values into TextFields
– else print error message – part not found
If action is “save button”
- Set local record to values from TextFields
- File.seek(to correct location)
- Localrecord.write();