クラスjava.awt.SystemColor
の使用

SystemColorを使用するパッケージ
パッケージ
説明
ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
  • java.awtでのSystemColorの使用

    SystemColorとして宣言されたjava.awtのフィールド
    修飾子と型
    フィールド
    説明
    static final SystemColor
    SystemColor.activeCaption
    現在アクティブなウィンドウのウィンドウ・タイトルのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    現在アクティブなウィンドウのボーダーでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.activeCaptionText
    現在アクティブなウィンドウのウィンドウ・タイトルのテキストでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.control
    プッシュ・ボタンなど、コントロール・パネルやコントロール・オブジェクトのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.controlDkShadow
    プッシュ・ボタンなど、3Dコントロール・オブジェクトの暗く影の付いた領域でレンダリングされるカラーです。
    static final SystemColor
    SystemColor.controlHighlight
    プッシュ・ボタンなど、3Dコントロール・オブジェクトの明るく輝いた領域でレンダリングされるカラーです。
    static final SystemColor
    SystemColor.controlLtHighlight
    プッシュ・ボタンなど、3Dコントロール・オブジェクトの強調表示領域でレンダリングされるカラーです。
    static final SystemColor
    SystemColor.controlShadow
    プッシュ・ボタンなど、3Dコントロール・オブジェクトの影の付いた領域でレンダリングされるカラーです。
    static final SystemColor
    SystemColor.controlText
    プッシュ・ボタンなど、コントロール・パネルやコントロール・オブジェクトのテキストでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.desktop
    デスクトップのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.inactiveCaption
    現在アクティブでないウィンドウのウィンドウ・タイトルのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    現在アクティブでないウィンドウのボーダーでレンダリングされるカラーです。
    static final SystemColor
    現在アクティブでないウィンドウのウィンドウ・タイトルのテキストでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.info
    ツール・チップまたはスポット・ヘルプのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.infoText
    ツール・チップまたはスポット・ヘルプのテキストでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.menu
    メニューのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.menuText
    メニューのテキストでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.scrollbar
    スクロール・バーのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.text
    テキスト・フィールドやコンボボックスなど、テキスト・コントロール・オブジェクトのバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.textHighlight
    メニュー、コンボボックス、テキストなど、選択した項目のバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.textHighlightText
    メニュー、コンボボックス、テキストなど、選択した項目のテキスト・バックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.textInactiveText
    メニューなど、アクティブでない項目のテキストでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.textText
    テキスト・フィールドやコンボボックスなど、テキスト・コントロール・オブジェクトのテキストでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.window
    ウィンドウ内の内側の領域のバックグラウンドでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.windowBorder
    ウィンドウ内の内側の領域のボーダーでレンダリングされるカラーです。
    static final SystemColor
    SystemColor.windowText
    ウィンドウ内の内側の領域のテキストでレンダリングされるカラーです。