change icon
This commit is contained in:
parent
1067221cfe
commit
1b4b540c78
@ -9,7 +9,6 @@ public class Main extends Application {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void start(Stage stage) throws Exception{
|
public void start(Stage stage) throws Exception{
|
||||||
var test = SceneEnum.WelcomePage;
|
|
||||||
|
|
||||||
StageController.getInstance().initApp(stage);
|
StageController.getInstance().initApp(stage);
|
||||||
}
|
}
|
||||||
|
BIN
src/main/resources/icons/table_chart_black.png
Executable file
BIN
src/main/resources/icons/table_chart_black.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 175 B |
@ -7,9 +7,9 @@
|
|||||||
<?import javafx.scene.image.Image?>
|
<?import javafx.scene.image.Image?>
|
||||||
<?import javafx.scene.image.ImageView?>
|
<?import javafx.scene.image.ImageView?>
|
||||||
<?import javafx.scene.layout.BorderPane?>
|
<?import javafx.scene.layout.BorderPane?>
|
||||||
|
<?import javafx.scene.layout.FlowPane?>
|
||||||
<?import javafx.scene.layout.VBox?>
|
<?import javafx.scene.layout.VBox?>
|
||||||
|
|
||||||
|
|
||||||
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="dev.mateuszkowalczyk.ffm.view.workspace.MainPageController">
|
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="dev.mateuszkowalczyk.ffm.view.workspace.MainPageController">
|
||||||
<left>
|
<left>
|
||||||
<VBox prefHeight="400.0" prefWidth="50.0" BorderPane.alignment="CENTER">
|
<VBox prefHeight="400.0" prefWidth="50.0" BorderPane.alignment="CENTER">
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<graphic>
|
<graphic>
|
||||||
<ImageView fitHeight="20.0" fitWidth="20.0">
|
<ImageView fitHeight="20.0" fitWidth="20.0">
|
||||||
<image>
|
<image>
|
||||||
<Image url="@../../icons/dashboard.png" />
|
<Image url="@../../icons/table_chart_black.png" />
|
||||||
</image>
|
</image>
|
||||||
<viewport>
|
<viewport>
|
||||||
<Rectangle2D />
|
<Rectangle2D />
|
||||||
@ -33,9 +33,9 @@
|
|||||||
</VBox>
|
</VBox>
|
||||||
</left>
|
</left>
|
||||||
<center>
|
<center>
|
||||||
<ScrollPane prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
|
<ScrollPane fitToWidth="true" maxWidth="1.7976931348623157E308" prefHeight="200.0" BorderPane.alignment="CENTER">
|
||||||
<content>
|
<content>
|
||||||
<VBox prefWidth="200.0" />
|
<FlowPane fx:id="imagesContainer" prefHeight="200.0" prefWidth="200.0" />
|
||||||
</content>
|
</content>
|
||||||
</ScrollPane>
|
</ScrollPane>
|
||||||
</center>
|
</center>
|
||||||
|
Loading…
Reference in New Issue
Block a user