I am working on a swing application which would open a File System (JTree
implementation), and when each file is selected, I need to display the contents
of the file on the application itself.
I tried using JEditorPane, but JEditorPane supports only mime types
(rtf,html,plain text) right now.
Is there any possibility of displaying other content types(pdf,word doc)? Is
there any alternate solution other than JEditorPane?