Thread
:
other than paint repaint
View Single Post
#
1
(
permalink
)
07-01-2008, 06:23 PM
amith
Member
Join Date: May 2008
Posts: 22
other than paint repaint
any method is there to drawimage through this method instead of using paint repaint or paintcomponent methods like this
void load()
{
Graphics g;
try{
g=getGraphics();
g.drawImage(img,220,220,this);
}
catch(exception e)
{}
Sponsored Links
amith
View Public Profile
Send a private message to amith
Find all posts by amith