Chrissirhc
Programmer
g.drawImage(imageInfo, 0, 0, (int)(this.getSize()).getWidth(), (int)(this.getSize()).getHeight(), this);
This method scales my image imageInfo. Why do I get
Exception occurred during event dispatching:
java.lang.OutOfMemoryError
<<no stack trace available>>
When this code is run. My image is 2000 by 2000 abouts maybe larger.
When I use the normal drawImage method it works but I would like it scale can anyone help?
Chris
This method scales my image imageInfo. Why do I get
Exception occurred during event dispatching:
java.lang.OutOfMemoryError
<<no stack trace available>>
When this code is run. My image is 2000 by 2000 abouts maybe larger.
When I use the normal drawImage method it works but I would like it scale can anyone help?
Chris