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.
アプリ(LWUIT、Java Me)があります。デバイスでアプリを実行すると、画面全体が占有されます。
でもトップパネル(端末の通知バー)は見えるようにしたい。 解決策は何ですか?の設定はありますlwuitか?
lwuit
J2ME/LWUIT では、現在のキャンバスを見つけて、setFullScreenMode(false)( 経由で) ネイティブ コマンドを呼び出すか、代わりに有効にする必要がありますDisplay.setCommandBehavior。
setFullScreenMode(false)
Display.setCommandBehavior
結果はデバイス間で根本的に異なって見える/動作するため、これはお勧めしません。