Re: displaying Image with scrollbars
Posted By:
Nils_Kulk
Posted On:
Wednesday, October 10, 2001 04:14 AM
Hi,
You should implement the getPreferredSize() and getMinimumSize() methods of the ImagePanel. The Dimension object returned by these should reflect the size of the image.