Difference between a Canvas and a Scroll Pane?.
Answer / sibasreeta mishra
Canvas is a component. ScrollPane is a container.
Canvas is a rectangular area where the application can draw or trap input events.
ScrollPane implements horizontal and vertical scrolling.
| Is This Answer Correct ? | 4 Yes | 0 No |
how can i connect to database in a applet ?
what is meaning of JIT?
What does I ++ mean?
Why to give the file name same as the public class name in java?
what is translator and it types
What is Interface?
What is the difference between replace and replace all?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
How to split a string in java?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
Can a class extend abstract class or interface? why
What is the difference between the paint() and repaint() methods in java programming?