Tutorials/BlueJ
From FANG
This tutorial shows you how to use the FANG Engine with BlueJ. The screenshots for this tutorial are taken in Linux. Your version of BlueJ on your operating system may look slightly different, but the procedure should be roughly the same. Consult the BlueJ web page for detailed documentation on your own version of BlueJ.
- Download the latest version of the FANG Engine. There are two types of downloads - the compiled version and the source code version.
Download the compiled version. - Under Tools select Preferences
- Under the Libraries tab, select Add. Find the jar file of the FANG Engine and click on Open
- Restart BlueJ.
- Make a new project.
- Select the location you want to store your project and give it a name.
- Create a new class as an Applet.
- Open the editor.
- Replace the existing code with this code and compile it.
- Create a game object.
- Give the game object a name.
- Right click on the object and select GameWindow->runAsApplication.
- The game should appear.
- You can also run the game as an applet in the web browser, but not using appletviewer.
- This page was last modified on 1 November 2009, at 14:38.
- This page has been accessed 93 times.
- Privacy policy
- About FANG
- Disclaimers
- Powered by MediaWiki!

























