View Single Post
  #1 (permalink)  
Old 07-01-2008, 06:23 PM
amith amith is offline
Member
 
Join Date: May 2008
Posts: 22
amith is on a distinguished road
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)
{}
Reply With Quote
Sponsored Links