Hi,
Thanks for this code David, it has been a huge help. One question
though, how do I make the overlays transparent?
I have tried doing the following to your code with no luck:
changed the type of the BuffredImage to TYPE_INT_ARGB (from INT_RGB)
changed the color used to fill the background fro
Hello,
your sample is very interesting !
At this time I'm trying to create some labels overlayed on the screen which the text and background color can be
changed at runtime.
So as I have to refresh my label often and to minimise the memory consumption, I created a "simple" quadArray
with Text2D in
I had built this for a test case some time back. I am thinking this might
be helpful for people. This is a modified version of SimpleGeometry.java in
the PlatformGeometry demo provided by sun. It should run unmodified. It
creates some overlays on the screen and displays them.
Dave Yazel
Si