1. Prerequisites
To run this example applications through Java Webstart you need the JRE
with version 1.5.
Note: At the moment there are binaries included for Windows only. Please stay tuned for future OS support and more webstart examples.
Note: If you use Java 6 you have to wait a little until the window apears. That is because cache handling has changed in Java 6.
2. SWT Examples
HelloWorld : D3D9 | OpenGL
A simple HelloWorld example that loads a cake mesh that is placed on a
plane. The plane is generated during runtime.
Use W, A, S, D, C, SPACE
to move around. Hold left mouse button to look around.
If you want to know how the
code looks like, take a look at
HelloWorld.java.

