Talk:Java:Tutorials:Using threads

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

1. You mention the runnable interface, but your code doesn't show it. 2. You also don't have class ExampleThread extends Thread 3. Ergo: your examples are not very useful. You need to add in the class definition lines to your code samples. -- MH --