Difference between a Canvas and a Scroll Pane?.
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by weak reference?
What are internal variables?
Is null an object in java?
Is there any sort function in java?
What is initial size of arraylist in java?
Should a main method be compulsorily declared in all java classes?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is entry set in java?
What does it mean that strings are immutable?
What are the benefits of operations in java?
What is the difference between form & report?
If a method is declared as protected, where may the method be accessed?
Explain java code for recursive solution's base case?
What is equals method in java?
What is the maximum size of list in java?