Skip to content

Instantly share code, notes, and snippets.

View hlpd-pham's full-sized avatar
🕶️

Hoa Pham hlpd-pham

🕶️
  • Seattle, Washington
View GitHub Profile
@hlpd-pham
hlpd-pham / LoginController.java
Created November 3, 2017 05:22 — forked from jewelsea/LoginController.java
JavaFX sample for an fxml based Login screen to main application transition with login session data transfer
package login;
import javafx.event.*;
import javafx.fxml.FXML;
import javafx.scene.control.*;
/** Controls the login screen */
public class LoginController {
@FXML private TextField user;
@FXML private TextField password;