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 is default locale java?
What are the string methods in java?
Explain try and catch keywords in java?
Why is a string immutable?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What are different types of constants?
Explain about main() method in java ?
Can we declare a class as static?
How many characters is 2 bytes?
What is null in java?
Can we have static methods in an interface?
How we create object in copy constructor?
Is it possible to instantiate the abstract class?
What will be the output of round(3.7) and ceil(3.7)?
Implementations of set interface?