Class BrowserLauncher

java.lang.Object
edu.stanford.ejalbert.BrowserLauncher

public class BrowserLauncher extends Object
  • Constructor Details

    • BrowserLauncher

      public BrowserLauncher()
  • Method Details

    • showInFileSystem

      public static void showInFileSystem(File dest) throws IOException
      Deprecated.
      Use MyDesktop().getDesktop().browseFileDirectory() instead
      Show where File object is located in file system Currently only supported by Mac. On windows, the parent folder of a file is opened instead.
      Parameters:
      dest -
      Throws:
      IOException
      Since:
      8.6
    • openLocal

      public static void openLocal(File file) throws IOException
      Throws:
      IOException
    • openURL

      public static void openURL(String url) throws IOException
      Throws:
      IOException