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?