I want to import my html file with css styling (not necessarily inline) and jquery script etc. So far I have tried jEditorPane and called setPage(url) function for this. But it only displays plain HTML file without any styling or scripting. Kindly suggest some solution considering that I am using Netbeans 8.0.
Asked
Active
Viewed 279 times
0
-
7Swing only has limited support of CSS and HTML 3.2, you're going to be out of luck with JavaScript. Not used it myself, but consider having a look at JavaFX's webview – MadProgrammer Jul 02 '14 at 05:37
-
1+1 for MadProgrammer . Also please check [this](http://stackoverflow.com/questions/13717769/jeditorpane-javascript-and-css-support) – A Stranger Jul 02 '14 at 05:43