Can I add a browser to a JPanel?
Hi all,
I want to add a browser to my desktop application. Is there any smooth way to do that. I want it to work excactly as a real browser....
I tried to use JEditorPane but it can only handle HTML tags.
I would be very happy if I could add a browser to a JPanel, if someone knows how to to that please let me know.
Many thanks,
-- beachen

