UIGETFILES with Java interface

버전 1.0.0.0 (1.82 KB) 작성자: Shanrong Zhang
This is a new UIGETFILES program with java interface, which allows to select multiple files.
다운로드 수: 4.4K
업데이트 날짜: 2004/3/8

라이선스 보기

This is a Java interfaced version of UIGETFILES, that brings multiple file open dialog box.

[filenames, pathname] = uigetfiles displays a dialog box file browser from which the user can select multiple files. The selected files are
returned to FILENAMES as an arrayed strings. The directory containing these files is returned to PATHNAME as a string.

A successful return occurs only if the files exist. If the user selects a file that does not exist, a error message is displayed to the command
line. If the Cancel button is selected, zero is assigned to FILENAMES and current directory is assigned to PATHNAME.

This program has an equivalent function to that of a C version of "uigetfiles.dll" downloadable from www.mathworks.com under support, file exchange (ID: 331).

It should work for MATLAB with Java 1.3.1 or newer.

Shanrong Zhang
Department of Radiology
University of Texas Southwestern Medical Center
02/19/2004

email: hanrong.zhang@utsouthwestern.edu

인용 양식

Shanrong Zhang (2024). UIGETFILES with Java interface (https://www.mathworks.com/matlabcentral/fileexchange/4506-uigetfiles-with-java-interface), MATLAB Central File Exchange. 검색됨 .

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

줌: myLabel-0.14

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Fix a bug so that it now works on Release 14 also.