passwordEntryDialog
Nessuna licenza
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.
Cita come
Jesse Lai (2024). passwordEntryDialog (https://www.mathworks.com/matlabcentral/fileexchange/19729-passwordentrydialog), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Riconoscimenti
Ispirato da: login, UICOMPONENT - expands uicontrol to all Java classes
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
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. |