[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Veronica...

Is it really necessary to check the Display depth?  Won't the OS render the
higher-depth bitmap
on a lower depth display?

<Veronika_Irvine@xxxxxxx> wrote in message
news:9j41b9$d0e$2@xxxxxxxxxxxxxxxx
> Just another comment.  You should check the depth that can be supported
> before making an image of a specific depth.  To do this, just call
> getDepth() on your Display instance:
>
>         display.getDepth();
>