Hello BlitzA.
If I understand you correctly, you want to modify your program so that:
- It does not flicker
- It is animated
- It involves rotating shapes
To stop the flicker, you will need to create a buffer to draw on and then draw the buffer onto your screen component. To create animation, you will need to create a thread. Finally, to rotate shapes, you must us the Math.sin() and Math.cos() methods.
Do you want me to create an example for you and attach it later?
