edu.washington.cs.supple.example
Class BasicExample

java.lang.Object
  extended byedu.washington.cs.supple.application.AbstractSuppleApplication
      extended byedu.washington.cs.supple.application.SimpleApplication
          extended byedu.washington.cs.supple.example.BasicExample
All Implemented Interfaces:
SuppleApplication

public class BasicExample
extends SimpleApplication

This example creates a basic container.

Author:
kgajos

Constructor Summary
BasicExample()
           
 
Method Summary
 UiObject createUi()
          Create the UI.
static void main(java.lang.String[] args)
           
 
Methods inherited from class edu.washington.cs.supple.application.SimpleApplication
createSession, shutdown, start
 
Methods inherited from class edu.washington.cs.supple.application.AbstractSuppleApplication
getDisplayName, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicExample

public BasicExample()
Method Detail

createUi

public UiObject createUi()
Description copied from class: SimpleApplication
Create the UI.

Specified by:
createUi in class SimpleApplication
Returns:
the UI for a single session.

main

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