Upgrade desktop to JDK 25
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<?import javafx.scene.control.TextField?>
|
||||
<?import javafx.scene.image.Image?>
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.layout.VBox?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
@@ -20,19 +19,14 @@
|
||||
<Insets bottom="40.0" left="50.0" right="50.0" top="40.0" />
|
||||
</padding>
|
||||
<children>
|
||||
<StackPane maxWidth="220.0" maxHeight="220.0" prefWidth="220.0" prefHeight="220.0" style="-fx-background-color: #f8fafc; -fx-background-radius: 999; -fx-padding: 12; -fx-border-color: #d7dee8; -fx-border-radius: 999; -fx-border-width: 1;">
|
||||
<children>
|
||||
<ImageView fitHeight="180.0" fitWidth="180.0" preserveRatio="true" smooth="true">
|
||||
<image>
|
||||
<Image url="@images/leons-pet-store-badge-text.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
</children>
|
||||
<style>-fx-effect: dropshadow(gaussian, rgba(15,23,42,0.22), 22, 0.18, 0, 8);</style>
|
||||
<ImageView fitHeight="190.0" fitWidth="190.0" preserveRatio="true" smooth="true" style="-fx-effect: dropshadow(gaussian, rgba(15,23,42,0.22), 18, 0.16, 0, 6);">
|
||||
<image>
|
||||
<Image url="@images/leons-pet-store-badge-text.png" />
|
||||
</image>
|
||||
<VBox.margin>
|
||||
<Insets bottom="35.0" />
|
||||
</VBox.margin>
|
||||
</StackPane>
|
||||
</ImageView>
|
||||
|
||||
<Label text="Username" textFill="#cccccc">
|
||||
<font>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
<?import javafx.scene.layout.BorderPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.layout.StackPane?>
|
||||
<?import javafx.scene.layout.VBox?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
@@ -23,15 +22,11 @@
|
||||
</padding>
|
||||
<children>
|
||||
<HBox alignment="CENTER">
|
||||
<StackPane maxWidth="106.0" maxHeight="106.0" prefWidth="106.0" prefHeight="106.0" onMouseClicked="#logoClicked" style="-fx-cursor: hand; -fx-effect: dropshadow(gaussian, rgba(15,23,42,0.22), 18, 0.16, 0, 6); -fx-background-color: #f8fafc; -fx-background-radius: 999; -fx-padding: 8; -fx-border-color: #d7dee8; -fx-border-radius: 999; -fx-border-width: 1;">
|
||||
<children>
|
||||
<ImageView fx:id="imgLogo" fitHeight="90.0" fitWidth="90.0" preserveRatio="true" smooth="true">
|
||||
<image>
|
||||
<Image url="@images/leons-pet-store-badge.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
</children>
|
||||
</StackPane>
|
||||
<ImageView fx:id="imgLogo" fitHeight="104.0" fitWidth="104.0" preserveRatio="true" smooth="true" onMouseClicked="#logoClicked" style="-fx-cursor: hand; -fx-effect: dropshadow(gaussian, rgba(15,23,42,0.22), 18, 0.16, 0, 6);">
|
||||
<image>
|
||||
<Image url="@images/leons-pet-store-badge.png" />
|
||||
</image>
|
||||
</ImageView>
|
||||
<VBox.margin>
|
||||
<Insets bottom="15.0" />
|
||||
</VBox.margin>
|
||||
|
||||
Reference in New Issue
Block a user