Class BareBonesBrowserLaunch

java.lang.Object
com.compomics.util.examples.BareBonesBrowserLaunch

public class BareBonesBrowserLaunch extends Object
Class that makes it possible to open a URL in the default browser.
  • Constructor Details

    • BareBonesBrowserLaunch

      public BareBonesBrowserLaunch()
  • Method Details

    • openURL

      public static void openURL(String url)
      Tries to open the given URL in the default browser.
      Parameters:
      url - the URL to open