|
Help with basic shapes in java
I am beginning to try to experiment with making basic shapes in java. I looked at some resources and i found the graphics2D class.
But i don't get it every tutorial I've looked at they have classes extending off of classes and i don't know what those are. I looked at the language documentation and i don't know all i need to set up to make shapes.
I found 1 tutorial that had a lot of code and then i put in the shapes like a circle and stuff but i don't know what was set up before that that allowed me to just put in the coordinates and colors and stuff and then when i compiled it it made the shape i told it too.
Can someone give me some tips for starting to learn how to make basic shapes and stuff in java or does anyone know of any good websites i can get help from.
Thanks.
|