Example usage for Java javafx.application HostServices fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getCodeBase() Gets the code base URI for this application. |
String | getDocumentBase() Gets the document base URI for this application. |
String | resolveURI(String base, String rel) Resolves the specified relative URI against the base URI and returns the resolved URI. |
void | showDocument(String uri) Opens the specified URI in a new browser window or tab. |