I need help with jFilechooser.
I've already made the jFilechooser. The problem is that I want to change the text of the "save" butten to "Ok", as I need it to perform a save function, as well as a read function, on different occasions.
Changing the code where the jFilechooser is instantiated is not an option, since the whole thing is done with Netbeans's GUI editor, so the code for the jFilechooser is not editable.
Any assistance would be greatly appreciated.