Class StartBrowser

java.lang.Object
com.compomics.util.io.StartBrowser

public class StartBrowser extends Object
This class starts a browser for the given URL. Created by IntelliJ IDEA. User: kenny Date: Feb 23, 2010 Time: 4:02:21 PM
  • Constructor Details

    • StartBrowser

      public StartBrowser()
      Empty constructor.
  • Method Details

    • start

      public static void start(String aURL)
      Opens the given URL in the default browser.
      Parameters:
      aURL - the URL to open