org.argouml.util.osdep
Class StartBrowser
java.lang.Object
org.argouml.util.osdep.StartBrowser
- public class StartBrowser
- extends Object
Field Summary |
private static Logger |
LOG
logger |
Method Summary |
static void |
openUrl(String url)
Open an Url in the system's default browser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
- logger
StartBrowser
public StartBrowser()
openUrl
public static void openUrl(String url)
- Open an Url in the system's default browser.
This will probably not be perfect for everyone but hopefully it is a
good enough alternative.
- Parameters:
url
- the given URL