I want to open a JFileChooser that will check if selected file exists in selected directory and replace it or create a new one appropriately.
I got this far and got confused...
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1788
2
posted
0
Are we supposed to mind readers and guess what you got confused about?
Jacob Tyo
Greenhorn
Joined: May 20, 2010
Posts: 5
posted
0
I just don't understand writing to files.
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1788
2
posted
0
Well then forget about the JFileChooser and first learn how to write to files by hardcoding the file name. Then once you understand that you can use the file choose to get a dynamic file name because the writing to the file code will be exactly the same.
I don't see whats wrong with the code you posted, but if you need help then:
a) I suggest you read the section in your text book because I'm sure it has working examples.
b) If you don't have a text book then you can find example I/O examples in the Java tutorials..