Re: Painting graphics in a ScrollPane
Posted By:
Finlay_McWalter
Posted On:
Thursday, June 14, 2001 10:00 PM
Scrollpane is a container. You don't want to be directly drawing to it. Instead, create a Canvas object (of the size you want) and draw on it (in its paint and update methods). Add this canvas to the scrollpane.