Class Launcher

java.lang.Object
  extended by Launcher

public class Launcher
extends java.lang.Object

A launcher for the Liquid Look and Feel. Just add Launcher in front of the real classname in your java command line and it'll set the Liquid look and feel as the default and will not permit any changes... Thanks to David for contributing the URLClassLoader parts that allows to invoke a .jar file directly.


Constructor Summary
Launcher()
           
 
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

Launcher

public Launcher()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception