Hey
Do you know how I could add keylistener and mouse listener to it?
I want to make it so that when the user presses del on keyboard then the selected file is deleted. And I want to add some right click actions as well.
Just adding listeners to JFileChooser doesn't seem to do the trick.
I would guess that if I take individual components of it and add the listeners to them, then that would work.
Any ideas?