jFileChooser to save file of selected tab
问题 Ok so I have a text editor made that can so far create new files and open files using jFileChooser. What I am trying to do is get the saving of files to work. Everytime you add or open a few file it adds a new tab to the tabbedpane and the name will be either file 1 etc or the name of the file opened. When you click the save button the save dialog opens up int returnVal = fileChooser.showSaveDialog(this); I want the name on the tab to be inserted to the name of file field. Also how do I make