Posted By:
Sakibul_Khan
Posted On:
Monday, February 17, 2003 12:38 AM
Hi,
Can you draw an image in Dialog Boxes ??
The only way, I thought of was add a myPanel class (extends Panel)
inside the Dialog Box, & then performing "g.drawImage(...)"
from the paint() method of the myPanel class.
But, isn't there a sompler way, like "paint()" method within Dialog ??
Thanx in advance.
------------------------------SAKIB