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
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
Code:
editorPane.setPage(url) try { Thread.sleep(5000); }
catch (Exception e) {e.printStackTrace();}