JFrame jFrame = new JFrame(); jFrame.setSize(500,500); jFrame.setLocationRelativeTo(null); jFrame.setVisible(true);
设置宽和高都为500像素,可是我的测量值却是下图
和电脑的屏幕分辨率和win10的高分屏缩放有关系吗
应该是和你的系统有关,mac下正常