Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 Java 开发的游戏,带有 Swing 和 AWT 库。由于游戏是全屏的,我想尽可能多地调整它。我在屏幕尺寸为 1680 x 1050 的 PC 上对其进行了测试,但在我的 1440 x 900 笔记本电脑上,尺寸似乎有点错误。
我的问题是,是否有任何公式(屏幕宽度和高度),使得分(+数字),退出(隐藏在右下角的 Q),镜头(+数字)和菜单完美定位,在屏幕的每个角落?骰子似乎也没有居中。
不要依赖“神奇”的数字。使用getWidth()和getHeight()值查询组件的宽度和高度
getWidth()
getHeight()
根据您的需要,您甚至可以缩放屏幕的某些部分