Displaying HTML file inside JFrame
843807Mar 31 2010 — edited Apr 8 2010Hello Everyone,
I have been trying to display an HTML file (actually it is just a table) inside a JFrame using JEditorPane when the user hovers the mouse in a JLabel. Although sometimes it does display it perfectly and others it takes long time to load it.
Does anyone know another way of displaying HTML code inside a JFrame besides JEditorPane?
Any help is appreciated,
Thanks in advance