Package org.omegat.gui.dialogs
Class PasswordSetDialogController
java.lang.Object
org.omegat.gui.dialogs.PasswordSetDialogController
A simple modal dialog for prompting the user to set a password. The user must confirm the password by
entering it again in a second field.
The password is required to be:
- Not empty
- Equal to the confirmation password (which must also not be empty)
The result will be empty when the user cancels the dialog. When the result is present, the caller is
responsible for wiping the char[] after use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen the result is present, the caller is responsible for wiping thechar[]after use!void
-
Constructor Details
-
PasswordSetDialogController
public PasswordSetDialogController()
-
-
Method Details
-
show
-
getResult
When the result is present, the caller is responsible for wiping thechar[]after use!
-