DEVFYI - Developer Resource - FYI

52 Q What is the difference between a Canvas and a Scroll Pane?

Swing AWT Interview Questions


(Continued from previous question...)

52 Q What is the difference between a Canvas and a Scroll Pane?

A 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.

(Continued on next question...)

Other Interview Questions