@@ -1,13 +1,10 @@
|
||||
package org.orinprojects.desktop;
|
||||
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.geometry.Insets;
|
||||
import javafx.scene.control.Alert;
|
||||
import javafx.scene.control.Button;
|
||||
import javafx.scene.control.Label;
|
||||
import javafx.scene.control.TextField;
|
||||
import javafx.scene.layout.VBox;
|
||||
import javafx.scene.text.Font;
|
||||
import javafx.scene.text.Text;
|
||||
import org.orinprojects.desktop.util.DesignUtil;
|
||||
import org.orinprojects.encryption.EncryptionUtil;
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
package org.orinprojects.desktop;
|
||||
|
||||
import javafx.application.Platform;
|
||||
import javafx.geometry.Insets;
|
||||
import javafx.scene.control.Alert;
|
||||
import javafx.scene.control.Label;
|
||||
import javafx.scene.layout.VBox;
|
||||
import javafx.scene.text.Font;
|
||||
import javafx.scene.text.Text;
|
||||
import org.orinprojects.desktop.util.DesignUtil;
|
||||
import org.orinprojects.encryption.EncryptionUtil;
|
||||
|
||||
Reference in New Issue
Block a user