Hi all,
I'm a greenhorn in
Java so I need your advices on quite
alot of swing basics.
Firstly, I areadly have 3 JButtons onto the JFrame.
The first button is "Add", it should have the functions of able to get the data from the JTextFields and save them to a file. The file will contain 1 line per product.
Secondly, a "Clear" button to clear the text fields.
Thirdly, a "Print" button to read all the data in the file and print to a standard output.
Pls advise and if poss. , wif some egs too...
thanx in advance..