|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
MatteBorder を使用しているパッケージ | |
---|---|
javax.swing | すべてのプラットフォームで可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。 |
javax.swing.plaf | 1 つのインタフェースおよび多くの abstract クラスを提供しており、Swing は、プラグイン可能な Look & Feel 機能を実現するためにこれらのクラスを利用します。 |
javax.swing での MatteBorder の使用 |
---|
MatteBorder を返す javax.swing のメソッド | |
---|---|
static MatteBorder |
BorderFactory.createMatteBorder(int top,
int left,
int bottom,
int right,
Color color)
ある色で塗りつぶされる飾り縁ボーダーを生成します。 |
static MatteBorder |
BorderFactory.createMatteBorder(int top,
int left,
int bottom,
int right,
Icon tileIcon)
指定されたアイコンの複数のタイルで構成される飾り縁ボーダーを生成します。 |
javax.swing.plaf での MatteBorder の使用 |
---|
javax.swing.plaf での MatteBorder のサブクラス | |
---|---|
static class |
BorderUIResource.MatteBorderUIResource
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。