passwordEntryDialog

버전 1.0.0.0 (3.73 KB) 작성자: Jesse Lai
Create a password entry dialog for entering a password that is visibly hidden
다운로드 수: 5K
업데이트 날짜: 2008/6/17

라이선스 없음

Create a password entry dialog for entering a password that is visibly hidden. Java must be enabled for this function to work properly.

It has only been tested on the Windows platform in MATLAB R2008a. It should work in R2007a or later.

The password box is created using the Java Swing component JPasswordField.

NOTE: The password is only visibly hidden and can be accessed in memory.

인용 양식

Jesse Lai (2024). passwordEntryDialog (https://www.mathworks.com/matlabcentral/fileexchange/19729-passwordentrydialog), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Updated to remove requirement for uicomponent function written by Yair Altman. Now, the Java components are created manually and the undocumented feature javacomponent is used.