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.
ネイティブのルックアンドフィールからJFrameの最小化、最大化、および閉じるアイコンを取得しようとしています。
私は次のようにInternalFrameアイコンに対してこれを行うことができます:
icon = UIManager.getIcon("InternalFrame.maximizeIcon");
ただし、JFrameアイコンが必要です。JFrameアイコンのルックアンドフィールにキーが表示されません。それらにアクセスするにはどうすればよいですか?
ありがとう
私の知る限り、あなたはできません。
ネイティブ ルック アンド フィールは、Java 内からアクセスできないネイティブ レンダラー/ピアに委譲されます。
JNI/JNAからの手段があるかもしれませんが、私は何も知りません