I am totally new to Java and object-oriented design.
I am trying to write a program which will draw 2 balls moving iside a box and a text string appearing on the screen when they collide.
Of course, they should bounce back off the walls and it should be as simple as possible. I just need to see how object oriented programming works.
Any ideas on where to start?
Thanks,
May
I am trying to write a program which will draw 2 balls moving iside a box and a text string appearing on the screen when they collide.
Of course, they should bounce back off the walls and it should be as simple as possible. I just need to see how object oriented programming works.
Any ideas on where to start?
Thanks,
May