View Single Post
  #2 (permalink)  
Old 07-02-2008, 01:39 AM
serjant's Avatar
serjant serjant is online now
Senior Member
 
Join Date: Jun 2008
Location: Ukraine,Zaporozhye
Posts: 329
serjant is on a distinguished road
Send a message via ICQ to serjant Send a message via Skype™ to serjant
Code:
public void paint(Graphics g){ Graphics2D g2=(Graphics2D)g;//casting to 2D g2.drawImage(new ImageIcon(/path/to/image).getImage(),220,220,this); }
Reply With Quote