Hi there!
I have to deal with a bit strange questions:
Are offscreen-images guaranteed to be compatible to any output-device they are drawn to, even if e.g. the Component I create the image against is completly different from the component I paint the image to?
If I have a application with e.g. 2 Frames in 2 different monitor with different colors and resolution and I create an image on frame1 draw into it and paint it on frame2. Is this guaranteed to work?
I don’t mind about needed internal conversations,but does java handle this for the programmer?
(If yes, are the conversation results cached in any way?)
Thanks in advance, lg Clemens