org.argouml.util.osdep
Class StartBrowser

java.lang.Object
  extended byorg.argouml.util.osdep.StartBrowser

public class StartBrowser
extends Object


Field Summary
private static Logger LOG
          logger
 
Constructor Summary
StartBrowser()
           
 
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
 

Field Detail

LOG

private static final Logger LOG
logger

Constructor Detail

StartBrowser

public StartBrowser()
Method Detail

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


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook