How do I get the actual monitor name in JAVA? As seen in the resolution dialog

618 views Asked by At

Is there any possibility to get the "FriendlyDeviceName" of all screen devices, currently connected to my Windows PC (Win7), in Java?

I think about the actual monitor name as seen in the resolution dialogue. For example "SyncMaster".

There's already a solution done in C#:

How do I get the actual Monitor name? as seen in the resolution dialog

Is it possible to do this in "normal" Java or do I need some JNI stuff?

0

There are 0 answers