public class reCaptchaController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javafx.scene.web.WebView |
browser |
private javafx.stage.Stage |
dialogStage |
private javafx.scene.web.WebEngine |
webEngine |
Constructor and Description |
---|
reCaptchaController() |
Modifier and Type | Method and Description |
---|---|
void |
googleSignIn(javafx.event.ActionEvent a) |
private void |
handleCloseWindow(javafx.event.ActionEvent e) |
void |
initialize() |
static void |
main(java.lang.String[] args) |
void |
reCaptchaSolver(javafx.event.ActionEvent a) |
void |
setDialogStage(javafx.stage.Stage dialogStage) |
private javafx.scene.web.WebView browser
private javafx.stage.Stage dialogStage
private javafx.scene.web.WebEngine webEngine
public static void main(java.lang.String[] args)
public void setDialogStage(javafx.stage.Stage dialogStage)
public void initialize()
public void googleSignIn(javafx.event.ActionEvent a)
public void reCaptchaSolver(javafx.event.ActionEvent a)
private void handleCloseWindow(javafx.event.ActionEvent e)