Re: [JAVA2D] Blitting with an AffineTransform

2002-04-03 Thread Jim Graham
Hi Jerome, You sent out this question right before JavaOne so I don't think anyone got back to you. I was wondering what is the best way to draw fixed size images between : * drawImage(Image image, AffineTransform at, ImageObserver o) * drawImage(Image image, int x, int y, ...) ? I

[JAVA2D] Pissy Image Drawing problems

2002-04-03 Thread Scott Wong
Hi, this thing is really pissing me off... if anyone knows what I'm doing wrong could you lend me a hand? thanks :) Scott Problem: I have a JPanel that ONLY draws the image if I resize or maximize it's Parent JFrame. --- import javax.swing.*; import java.awt.*; import java.awt.image.*; public