passwordEntryDialog

Create a password entry dialog for entering a password that is visibly hidden

Sie verfolgen jetzt diese Einreichung

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.

Zitieren als

Jesse Lai (2026). passwordEntryDialog (https://de.mathworks.com/matlabcentral/fileexchange/19729-passwordentrydialog), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu App Building finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
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.