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()