JavaTM 2 Platform
Standard Ed. 5.0

クラス
javax.swing.border.TitledBorder の使用

TitledBorder を使用しているパッケージ
javax.swing すべてのプラットフォームで可能なかぎり同じように機能する、「軽量」(Java 共通言語) コンポーネントのセットを提供します。 
javax.swing.plaf 1 つのインタフェースおよび多くの抽象クラスを提供しており、Swing は、プラグイン可能な Look & Feel 機能を実現するためにこれらのクラスを利用します。 
 

javax.swing での TitledBorder の使用
 

TitledBorder を返す javax.swing のメソッド
static TitledBorder BorderFactory.createTitledBorder(Border border)
          ボーダオブジェクトを指定する空のタイトルを使って新しいタイトルボーダを生成します。
static TitledBorder BorderFactory.createTitledBorder(Border border, String title)
          タイトルのテキストを指定して、既存のボーダにタイトルを追加します。
static TitledBorder BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition)
          タイトルのテキストおよびその位置を指定して、既存のボーダにタイトルを追加します。
static TitledBorder BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont)
          タイトルのテキストおよびその位置とフォントを指定して、既存のボーダにタイトルを追加します。
static TitledBorder BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)
          タイトルのテキストおよびその位置、フォント、色を指定して、既存のボーダにタイトルを追加します。
static TitledBorder BorderFactory.createTitledBorder(String title)
          タイトルのテキストを指定して新しいタイトルボーダを生成します。
 

javax.swing.plaf での TitledBorder の使用
 

javax.swing.plaf での TitledBorder のサブクラス
static class BorderUIResource.TitledBorderUIResource
           
 


JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。