Save data input to .dat file
807601May 11 2008 — edited May 11 2008I am creating a java application that uses a GUI. I have a save button that does not do anything right now. After I add information I want to click on the save button and write the data to C:\data\inventory.dat
The book I have is not much help and so far I have not had much luck finding any information in the java tutorials.
I know I need to create an ActionEvent but I do not know what syntax to use.
I also need to create an ActionEvent to delete data and have not figured that one out yet either.
Any and all advice will be welcomed.
Edited by: BSunny on May 11, 2008 10:47 AM