jhomenet
Class BootStrap

java.lang.Object
  extended by jhomenet.BootStrap

public class BootStrap
extends java.lang.Object

Used to start applications with the splash screen.
Id: $Id$

Author:
David Irwin

Constructor Summary
BootStrap()
          Constructor.
 
Method Summary
static void invokeMain(java.lang.String className, java.lang.String[] args)
          Invokes the main method of the provided class name.
static void main(java.lang.String[] args)
          Main application start point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootStrap

public BootStrap()
Constructor.

Method Detail

main

public static void main(java.lang.String[] args)
Main application start point.

Parameters:
args -

invokeMain

public static void invokeMain(java.lang.String className,
                              java.lang.String[] args)
Invokes the main method of the provided class name.

Parameters:
args - the command line arguments


Copyright © 2004-2005 David Irwin. All Rights Reserved.