Class UriUtilities
java.lang.Object
de.gurkenlabs.litiengine.util.UriUtilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanopenWebpage(URI uri) Opens a webpage in the default browser.static booleanopenWebpage(URL url) Opens a webpage in the default browser.
-
Method Details
-
openWebpage
Opens a webpage in the default browser.- Parameters:
uri- the URI of the webpage to open- Returns:
- true if the webpage was successfully opened, false otherwise
-
openWebpage
Opens a webpage in the default browser.- Parameters:
url- the URL of the webpage to open- Returns:
- true if the webpage was successfully opened, false otherwise
-