Graphical Programs
Author |
Message |
Draymire
|
Posted: Fri Aug 21, 2009 8:26 pm Post subject: Graphical Programs |
|
|
Hi i am new to java and have gone through hsa's book"Java for AP Computer Science" but still don't know how to manipulate graphics while in the program to make it interactive beyond text. If someone could teach this too me or refer me to a tutorial that would be great.... Thank You |
|
|
|
|
|
Sponsor Sponsor
|
|
|
DemonWasp
|
Posted: Fri Aug 21, 2009 8:30 pm Post subject: RE:Graphical Programs |
|
|
You can find the SUN tutorials here. |
|
|
|
|
|
seekingKnowledge
|
Posted: Wed Oct 07, 2009 9:22 am Post subject: Re: Graphical Programs |
|
|
I second demonWasp on the Sun tutorial aspect. Yes, find the java tutorial on the web. or simply type in google "java graphics2D tutorial" to be more specific. Another option is if you are a person that can learn from a book, I highly recommend getting "SAM Teach Yourself Java 6 in 21 Days". (In my Opinion) its a solid way to start, with easy examples to follow, also as it seems you just want to go to the Graphics part of Java (which am assuming you are quite okay with the language)... with the book you can just go straight ahead to the section you are interested in..... Lastly, keep the JAVA API as a close friend, it sure would help you day in day out.... just search for Java Api online..... Take Care |
|
|
|
|
|
|
|