BasicInternalFrameUI

BasicInternalFrameUI (기본 룩 앤 필의 내부 프레임 UI)

JInternalFrame의 기본 L&F 구현입니다.

출처: Java API Reference

본문

BasicInternalFrameUIJInternalFrame의 기본 L&F 구현입니다. 내부 프레임의 제목 표시줄, 크기 조정, 이동 등의 UI를 제공합니다.

public class BasicInternalFrameUI extends InternalFrameUI

더 알아보기 (Learn more)

Java 공식 API