| Bait : |
Hello, so I’ll continue in my tutorial. For lucidity I’ll recap series
- Installing and configuring IDE(Eclipse) + installing JDK + Wireless toolkit
- Very simple flow diagram
- Start wring – I’ve started using NetBeans (very easy installation and setup up)
- Declaring interface GraphObject with methods drawObjects and run(int Key)
- Declaring skeleton of MyCanvas.java – from here we’ll decide what will be on display
- SplashScreen.java – here you can see how all will work (with interface GraphObject)
- Making menu texts (Texts.java) + DrawMenu.java (wasn’t final version)
- Nothing interesting, some changes on DrawMenu.java + responding questions from Article #7
- Finishing MyCanvas.java
- full MyCanvas.java code.