edu.jhu.tmaj.util
Class WindowsCommandUtil

java.lang.Object
  extended by edu.jhu.tmaj.util.WindowsCommandUtil

public class WindowsCommandUtil
extends java.lang.Object


Constructor Summary
WindowsCommandUtil()
           
 
Method Summary
static void openFileUsingWindowsApp(java.io.File file, java.awt.Component parentComponent)
          Opens a file in windows
static boolean openLink(java.net.URL url, java.awt.Component parentComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsCommandUtil

public WindowsCommandUtil()
Method Detail

openFileUsingWindowsApp

public static void openFileUsingWindowsApp(java.io.File file,
                                           java.awt.Component parentComponent)
Opens a file in windows


openLink

public static boolean openLink(java.net.URL url,
                               java.awt.Component parentComponent)