Focus the password field.

This commit is contained in:
Mike Hearn 2014-10-07 22:38:09 +02:00
parent c9830cca52
commit 4b65e37914

View File

@ -1,5 +1,6 @@
package wallettemplate;
import javafx.application.Platform;
import org.bitcoinj.crypto.KeyCrypterScrypt;
import com.google.common.primitives.Longs;
import com.google.protobuf.ByteString;
@ -43,6 +44,7 @@ public class WalletPasswordController {
public void initialize() {
progressMeter.setOpacity(0);
Platform.runLater(pass1::requestFocus);
}
@FXML void confirmClicked(ActionEvent event) {