I have a problem with a component which I've created extending Canvas. I wish to make the component scrollable. I want to add Scrollbar to the component; I want to bind a Scrollbar to the canvas. The component I've made is an extension of Canvas. It is placed into a Frame using a custom layout ( setLayout(null)). Several of these components exist in a frame. I need to make them scrollable; so they must each have their own scrollbar. The scrollable text component in awt is an example of what I'm talking about. Can anyone offer an example or guidence of any kind to solving this problem. Many thanks. Ralph Mazza
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
