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 |
What is the abstract class?
what is java
Why is java called the platform independent programming language?
What is valid keyword in java?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
how to identify duplicate values in arraylist
In which language java is written?
How do I type unicode?
Is string a datatype?
What releases of Java technology are currently available? What do they contain?
How many static init can you have?
what is marker interface ? what is the necessity of it?