Index
All Classes and Interfaces|All Packages
B
- BareBonesBrowserLaunch - Class in com.centerkey.utils
-
Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista/7
Example Usage:
Latest Version: www.centerkey.com/java/browser
String url = "http://www.google.com/";
BareBonesBrowserLaunch.openURL(url);
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like - BareBonesBrowserLaunch() - Constructor for class com.centerkey.utils.BareBonesBrowserLaunch
C
- com.centerkey.utils - package com.centerkey.utils
O
- openURL(String) - Static method in class com.centerkey.utils.BareBonesBrowserLaunch
-
Opens the specified web page in the user's default browser
All Classes and Interfaces|All Packages