I have two different-sized monitors, connected together using (I believe) TwinView.
I tried
System.out.println(Toolkit.getDefaultToolkit().getScreenSize());
and get
java.awt.Dimension[width=2960,height=1050]
which is true if you count both monitors together.
Instead of this, I would like to be able achieving one of the following:
- getting resolution of the current monitor
- getting resolution of the main monitor
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…