net.moioli.swtloader
Class SWTLoader

java.lang.Object
  extended by net.moioli.swtloader.SWTLoader

public class SWTLoader
extends java.lang.Object

Enables SWT auto-loading from the jar file. A brief tutorial on how to use this class is provided in the readme file included in the distribution package.

Version:
1.0
Author:
Silvio Moioli

Constructor Summary
SWTLoader(java.lang.String jarName)
          Constructs a new loader.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTLoader

public SWTLoader(java.lang.String jarName)
Constructs a new loader.

Parameters:
jarName - the name of the jar file which contains this class.