How can i add popup menu is the Files of JFileChooser.
e.g. When I right clicks on the file in JFileChooser a menu should be displayed.
Currently,I am adding a mouse listener to JFileChooser.So when I right click in JFileChooser body(eg Button) Popup Menu gets displayed,this does not happens when i Click on the Files.