Tuesday, 14 February 2012

What is the difference between a Canvas and a Scroll Pane? | Core Java

Many diff are there :
  • 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.

No comments: