com.partnersoft.system
Class AppLib

java.lang.Object
  extended by com.partnersoft.system.AppLib

public class AppLib
extends java.lang.Object

Super-convenient application starting functions for the super-lazy.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Constructor Summary
AppLib()
           
 
Method Summary
static void launchApp(java.lang.String appName)
          Start the named application in the current thread.
static void launchAppThreaded(java.lang.String appName)
          Start the named application in a new thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLib

public AppLib()
Method Detail

launchApp

public static void launchApp(java.lang.String appName)
Start the named application in the current thread.


launchAppThreaded

public static void launchAppThreaded(java.lang.String appName)
Start the named application in a new thread.