mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
Focus the password field.
This commit is contained in:
parent
c9830cca52
commit
4b65e37914
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user