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.
我正在 BlackBerry 中制作应用程序。在这里我想在程序中找到屏幕分辨率。怎么找到那个?提前致谢。
尝试使用此代码获取屏幕宽度和高度 -
Display.getWidth(); Display.getHeight();
我记得他们要求避免调用Display.getWidth()和getHeight()方法。Screen.getWidth()并要求getHeight()在可能的地方使用。
Display.getWidth()
getHeight()
Screen.getWidth()