Answer Posted / mallareddy.pindi
The Canvas class is a base class for writing applications
that need to handle low-level events and to issue graphics
calls for drawing to the display. Game applications will
likely make heavy use of the Canvas class. From an
application development perspective, the Canvas class is
interchangeable with standard Screen classes, so an
application may mix and match Canvas with high-level screens
as needed. For example, a List screen may be used to select
the track for a racing game, and a Canvas subclass would
implement the actual game.
The Graphics class provides the framework for all graphics
operations within the AWT. It plays two different, but
related, roles. First, it is the graphics context. The
graphics context is information that will affect drawing
operations. This includes the background and foreground
colors, the font, and the location and dimensions of the
clipping rectangle
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What does += mean in java?
How do you sort in java?
what is the difference between yielding and sleeping? : Java thread
How to Sort Strings which are given in List and display in ascending order without using java api.
What is the difference between private & public & friendly classes?
What is class array in java?
What are default methods ?
Why is java so important?
What are java packages?
What is an array length?
What are the four corner stones of oop?
Explain the difference between map and flatmap stream operation?
Is alive in java?
Explain the importance of throws keyword in java?