i m loading html pages in an Jeditorpane
Is there a way to be notified when the page is completely loaded?
i m currently using a sleep which is not the best way to do it
editorPane.setPage(url) try { Thread.sleep(5000); }
catch (Exception e) {e.printStackTrace();}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.