The WebEngine looks like to remember previous / next urls, so that it could offer a menu item 'go back' and/or 'go next'.
I would like methods
getBackUrls(String[] array, int nbOfUrls)
getNextUrls(String[] array, int nbOfUrls)
in order to get these urls the WebEngine has.
They would be useful for the programmatic way.
I would like methods
getBackUrls(String[] array, int nbOfUrls)
getNextUrls(String[] array, int nbOfUrls)
in order to get these urls the WebEngine has.
They would be useful for the programmatic way.
- duplicates
-
JDK-8101236 Provide a Browser History API
-
- Closed
-