nl.uva.vlet.bootstrap
Class GridProxyDialog

java.lang.Object
  extended by nl.uva.vlet.bootstrap.GridProxyDialog

public class GridProxyDialog
extends java.lang.Object

Wrapper class to bootstrap the VBrowser. The main method calls the BootStrap class with the configuration needed to start the VBrowser. Use this class as the main class in the manifest to create a self executing jar to start the VBrowser. Only the Bootstrapper class has to be present in the jar file. The rest is added automagically.


Constructor Summary
GridProxyDialog()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridProxyDialog

public GridProxyDialog()
Method Detail

main

public static void main(java.lang.String[] args)