Results 1 to 6 of 6
Thread: The Graphics Class
- 02-10-2012, 03:23 PM #1
The Graphics Class
I am new to Java and I don't really know a lot about the graphics class. I have been out of school for a few days of my class and I haven't had time to do it at home because of work. Could someone please explain to me what to do and how to do it? We can start with this:
"Given g, a reference to a Graphics object, use a constant defined in the Color class to write a statement that arranges for the next drawn rectangle to be red:"
- 02-10-2012, 03:43 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: The Graphics Class
Here's the Java 6 API.
You can find the referred to classes here.
That should give you a start point.
- 02-10-2012, 04:01 PM #3
Re: The Graphics Class
Okay, I tried "static Color red," but that didn't work. What should I do now? I have no idea what a constant is, and I think thats what is messing me up.
- 02-10-2012, 04:13 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: The Graphics Class
"didn't work" tell us nothing.
What does your code look like and what errors are you getting?
- 02-10-2012, 04:17 PM #5
Re: The Graphics Class
Ohhh.... I got it now. MyProgrammingLab wanted me to input the answer in a certain way. This website has been giving me trouble for the past three weeks. Thanks for the links to the website. They really helped.
- 02-10-2012, 04:38 PM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
the graphics won't show up when i use the methord paintComponent of JPanel class.HELP
By mcclain in forum AWT / SwingReplies: 5Last Post: 10-02-2011, 02:55 AM -
Drawing a graphics onto another Graphics ?
By Ziden in forum Java AppletsReplies: 0Last Post: 01-08-2011, 07:30 PM -
ending a graphics class
By imorio in forum AWT / SwingReplies: 11Last Post: 08-16-2010, 05:41 PM -
Problem in g.drawArc() api of Graphics class
By narasimman in forum AWT / SwingReplies: 0Last Post: 07-30-2008, 08:19 AM -
Graphics
By Joe2003 in forum Advanced JavaReplies: 1Last Post: 01-25-2008, 06:24 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks