Class LoginDialog

java.lang.Object
javafx.scene.control.Dialog<Pair<String,String>>
org.controlsfx.dialog.LoginDialog
All Implemented Interfaces:
EventTarget

public class LoginDialog extends Dialog<Pair<String,String>>
User login Dialog with a username and a password field.
The input fields are clearable by default (can be emptied with a button).