JavaTM Platform
Standard Ed. 6

클래스
javax.swing.border.MatteBorder 의 사용

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

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.