Skip to content

Commit 07ce60e

Browse files
author
daipeng
committed
updated loader image
1 parent 3db0a9f commit 07ce60e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.classpath

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
<attribute name="m2e-apt" value="true"/>
3737
</attributes>
3838
</classpathentry>
39+
<classpathentry kind="lib" path="lib/GNDecorator-2.1.2-alpha.jar"/>
3940
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4041
<attributes>
41-
<attribute name="ignore_optional_problems" value="true"/>
42-
<attribute name="test" value="true"/>
4342
<attribute name="optional" value="true"/>
4443
<attribute name="maven.pomderived" value="true"/>
44+
<attribute name="ignore_optional_problems" value="true"/>
4545
<attribute name="m2e-apt" value="true"/>
46+
<attribute name="test" value="true"/>
4647
</attributes>
4748
</classpathentry>
48-
<classpathentry kind="lib" path="lib/GNDecorator-2.1.2-alpha.jar"/>
4949
<classpathentry kind="output" path="target/classes"/>
5050
</classpath>

.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</arguments>
1717
</buildCommand>
1818
<buildCommand>
19-
<name>org.eclipse.m2e.core.maven2Builder</name>
19+
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
2323
<buildCommand>
24-
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
2525
<arguments>
2626
</arguments>
2727
</buildCommand>

.settings/org.eclipse.m2e.core.prefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
activeProfiles=pom.xml
1+
activeProfiles=
22
eclipse.preferences.version=1
33
resolveWorkspaceProjects=true
44
version=1

src/main/resources/template/loader/loader.fxml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<children>
2323
<ImageView fitHeight="358.0" fitWidth="516.0" layoutX="462.0" layoutY="75.0" pickOnBounds="true" preserveRatio="true" AnchorPane.bottomAnchor="-1.0" AnchorPane.rightAnchor="-6.0" AnchorPane.topAnchor="0.0">
2424
<image>
25-
<Image url="@../../icons/timg.jfif" />
25+
<Image url="@../../icons/predios-e-vetores-3fee7.jpg" />
2626
</image>
2727
<effect>
2828
<ColorAdjust brightness="0.05" contrast="0.06" hue="-0.02" saturation="0.31" />
@@ -53,7 +53,7 @@
5353
</Text>
5454
<Label fx:id="progressLabel" layoutX="14.0" layoutY="336.0" text="正在加载..." textFill="WHITE" AnchorPane.bottomAnchor="60.0" />
5555
<JFXProgressBar fx:id="progressBar" layoutX="14.0" layoutY="382.0" prefHeight="4.0" prefWidth="401.0" progress="0.0" AnchorPane.bottomAnchor="36.0" />
56-
<Label layoutX="65.0" layoutY="75.0" prefHeight="114.0" prefWidth="176.0" styleClass="fix" text="网络扫描工具" textAlignment="CENTER" textFill="WHITE">
56+
<Label layoutX="65.0" layoutY="75.0" prefHeight="114.0" prefWidth="176.0" styleClass="fix" text="JavaFX Demo" textAlignment="CENTER" textFill="WHITE">
5757
<font>
5858
<Font name="Berlin Sans FB" size="28.0" />
5959
</font>

0 commit comments

Comments
 (0)