Guest User

Untitled

a guest
Jul 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Image IMG = null;
  2. BufferedImage BI = null;
  3. ...code...
  4.  
  5. Graphics2D g2D = BI.createGraphics();
  6.  
  7. g2D.drawImage(IMG, 0, 0, this); // <- bytt ut IMG med BI her.
  8.  
  9. Graphics2D g2 = (Graphics2D) g;
Add Comment
Please, Sign In to add comment