Hello, I'm new to this forum and completely new to java programming. I'm thinking of creating java GUI with the use of swing. But I'm completely lost. What I'm trying to do is to create a football field GUI. It goes like this:
First, I want to create filled green color rectangle which will be used as the playing field which 800 pixels long by 400 pixels wide. A white rectangle outline will be used as boundary. The goal will be 200 pixels long. The ball will be 50 pixels wide. Then, a rectangle with red color will be used to represent players on the field and oval (with black color) will be used to represent ball. Next, I want to create a long rectangle with blue color which will be use as game timer and put it above the field.
Here how it look like:
Snap7.jpg
I have view some tutorials about Animate Circles, Bouncing Balls, Moving and Scaling, Re size Rectangle, Show Clock Timer, etc. But I'm clueless. So I really hope that this forum will not disappoint me.