A way to save setting using FileWriter
Hi im making a terminal window for a server program I抦 developing and ik wanted to be able to set preferences for the terminal windows such ass what will be displayed and what not and what colot the letter are. And I want those setting to be able to be saved. I was thinking of a simple txt with some number like 1 for display and 0 for don抰 display. This is al working great but when I save setting I don抰 know how to overwrite the text that was already in the file so if someone knows the answer i would realy appreciate that, or if you have a better solution for making a setting file please tell me

