I am trying to find a way to know what kind of screen configuration the User is using.
For example, He could be having 2 screens positioned horizontally, or 2 vertically, or simply 1 or even 2 screen horizontally and 2 vertically (2x2).
Is there a way to catch that?
So far, I managed to get the amount of screens the User has.
int devices = g.getScreenDevices().length;