BorderLayout

버전 1.1.0.1 (4.35 KB) 작성자: Brian Cody
Simple layout manager for GUIs designed to mimic the Java BorderLayout.
다운로드 수: 1.4K
업데이트 2016/9/1

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

BorderLayout uses uipanels to create a simple layout manager for GUIs that is modeled after Java's BorderLayout. It allows you to carve up a figure window or uipanel parent into five regions: North, South, East, West, and Center. North and South have static pixel heights but vary their widths with the size of the parent. East and West have static pixel widths but vary their heights with the size of the parent. Center occupies the remaining space in the parent.
Since BorderLayouts can be nested inside each other, they can be used to construct professional looking GUIs in MATLAB.

Included in this submission are four files:

BorderLayout.m: The layout manager.
ExampleSimple.m: A small script that shows a single BorderLayout used in a figure window.
ExampleComplex.m: A small script that shows nested BorderLayouts inside a uipanel.
ExampleApplication.m: A simple application that makes use of BorderLayout as a layout manager.

인용 양식

Brian Cody (2026). BorderLayout (https://kr.mathworks.com/matlabcentral/fileexchange/18577-borderlayout), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 App Building에 대해 자세히 알아보기
도움

도움 받은 파일: MATLAB GUI Makeover

버전 게시됨 릴리스 정보
1.1.0.1

Updated license

1.1.0.0

Updated copyright.

1.0.0.0

Updating category.