Editing how file name is displayed in JComboBox while maintaining access to file
问题 I am very new to Java and brand new to stack overflow. I am attempting to create a simple media player coded in Java utilizing the JMF API. Thus far I have been able to set up a simple queue/playlist to hold song files using a JComboBox called playListHolder . When the user selects open from the menu bar, they select a song they want to add from a JFileChooser . The song file is then added to playListHolder using the addItem() method. When an item is selected in playListHolder and the user