sdl.test
Class TestSimple

java.lang.Object
  |
  +--sdl.test.TestSimple

public class TestSimple
extends java.lang.Object

Verify basic video surface stuff works. Loads (but doesn't render) an image.


Field Summary
static java.lang.String PATH
           
 
Constructor Summary
TestSimple()
           
 
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
 

Field Detail

PATH

public static final java.lang.String PATH
Constructor Detail

TestSimple

public TestSimple()
Method Detail

main

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