I've got a GUI that has 5 different entry boxes and a save button at the bottom that takes those entries and writes them to a file.
The rub is that I need to have the gui refresh after the user presses the save button. So basically I want the entry boxes to clear and be ready for another set of input after that save button is pressed, so that the user can continue to enter information, without having to delete the old stuff from the entry boxes on their own.