[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Veronica...
|
- From: "Randy Hudson" <none@xxxxxxx>
- Date: Thu, 19 Jul 2001 10:51:52 -0400
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
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();
>