>From: "Mattheus, Henner" <Henner.Mattheus@xxxxxxxxxxxxxxxxx>
>Organization:
>Keywords: 200008171309.e7HD9bN21988
Hi Henner-
>can somebody give me a hint how i can get a white background and black axes
>in a DisplayImpl?
>up to now i only tried setting the background of displayImpl.getComponent()
>to black but that didn't work.
You can change the colors of the background using
DisplayRenderer.setBackgroundColor() method. You can get the
DisplayRenderer using display.getDisplayRenderer(). You might
need to change the cursor color also (DisplayRenderer.setCursorColor())
to get the cursor visible and also the readouts on the display if
you set the bacground color to white.
You could also get the RendererControl for the renderer
(display.getDisplayRenderer().getRendererControl) and use it's
methods to change the characteristics of the display.
Test53 and Test54 in the examples directory show examples of
changing the background, box and cursor colors.
Don
*************************************************************
Don Murray UCAR Unidata Program
dmurray@xxxxxxxxxxxxxxxx P.O. Box 3000
(303) 497-8628 Boulder, CO 80307
*************************************************************
Unidata WWW Server http://www.unidata.ucar.edu/
McIDAS Demonstration Machine http://mcdemo.unidata.ucar.edu/
*************************************************************