Links to a webpage either in the same window or in a new window. The complete URL must be specified. @param url the complete URL, as a String in quotes
(String url)
| 3067 | * @param url the complete URL, as a String in quotes |
| 3068 | */ |
| 3069 | public void link(String url) { |
| 3070 | if (!surface.openLink(url)) { |
| 3071 | // Just pass it off to launch() and hope for the best |
| 3072 | launch(url); |
| 3073 | } |
| 3074 | } |
| 3075 | |
| 3076 | |
| 3077 | static String openLauncher; |