修改一些细节

This commit is contained in:
liwen
2020-12-01 16:32:54 +08:00
parent fd4be119eb
commit 8110abe258
5 changed files with 14 additions and 9 deletions

View File

@@ -187,7 +187,7 @@ public class LoginController {
registeredPane.managedProperty().bind(registeredPane.visibleProperty());
initAnimation();
// loadingImage();
loadingImage();
initAction();
}
@@ -257,7 +257,7 @@ public class LoginController {
private void loadingImage() {
ImageView logBack = new ImageView("/images/loginBack.jpg");
ImageView logBack = new ImageView("/images/login.jpg");
logBack.fitHeightProperty().bind(imageHeiht);
logBack.fitWidthProperty().bind(imageWidth);
imagePane.getChildren().add(new Label("", logBack));

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB