Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Consider using the following, commented-out code (https://github.com/kozie/twodee/blob/master/src/nl/kozie/twodee/Display.java#L135-L136). This creates an empty image which i'm filling with a mosaic pattern later on in the code.

This seems to work like a charm on my iMac using the latest OSX. When i switch (bootcamp) to Windows 7, the transparency doesn't work (just opaque images). Is there something i'm missing?

I'm using Java 1.7.0_03 on Windows 7 (64)

I'm actually not quite sure if it's necessary to render the image using the localGraphicsConfiguration since the image/layer with the mosaic will never change.

I hope someone can help me with this.

Thanks in advance

share|improve this question
Please, anyone :( ? – Kozie Feb 2 at 11:36
If answering your question requires debugging at your code, your question is too localised. – Anko Feb 24 at 22:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.