Vendor Info

Anyone know how to get graphics card info in Java2D? I need the maker of the card as well as the driver version.

Thanks

Not possible. You have to use LWJGL.

Cas :slight_smile:

Or arguably a little piece of C/C++ accessed via JNI thats embedded in LWJGL.

Kev

Could you give me an example of the code in C/C++?