org.fuin.utils4swing.appletviewer
Class SimpleAppletViewer

java.lang.Object
  extended by org.fuin.utils4swing.appletviewer.SimpleAppletViewer

public final class SimpleAppletViewer
extends java.lang.Object

A simple replacement for the Sun Applet Viewer.


Constructor Summary
SimpleAppletViewer(SimpleAppletViewerConfig config)
          Constructor with configuration.
 
Method Summary
 void execute()
          Starts the viewer.
static void main(java.lang.String[] args)
          Starts the viewer via the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAppletViewer

public SimpleAppletViewer(SimpleAppletViewerConfig config)
Constructor with configuration.

Parameters:
config - Configuration - Cannot be null.
Method Detail

execute

public final void execute()
Starts the viewer.


main

public static void main(java.lang.String[] args)
Starts the viewer via the command line.

Parameters:
args - Command line arguments.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.