Skip to content

Commit 2a5874b

Browse files
committed
Get rid of warning "Loading FXML document with JavaFX API of version 17.0.12 by JavaFX runtime of version ..."
1 parent fb1dd11 commit 2a5874b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/com/github/introfog/gitwave/view/execution.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<?import javafx.scene.layout.AnchorPane?>
55
<?import org.fxmisc.flowless.VirtualizedScrollPane?>
66
<?import org.fxmisc.richtext.InlineCssTextArea?>
7-
<AnchorPane prefHeight="400.0" prefWidth="600.0" style="-fx-font-family: verdana; -fx-font-size: 14;" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.introfog.gitwave.controller.main.ExecutionController">
7+
<AnchorPane prefHeight="400.0" prefWidth="600.0" style="-fx-font-family: verdana; -fx-font-size: 14;" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.introfog.gitwave.controller.main.ExecutionController">
88
<children>
99
<VirtualizedScrollPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
1010
<content>

src/main/resources/com/github/introfog/gitwave/view/main.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<?import javafx.scene.layout.GridPane?>
1919
<?import javafx.scene.layout.RowConstraints?>
2020
<?import javafx.scene.text.Font?>
21-
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="300.0" prefWidth="450.0" style="-fx-font-family: verdana; -fx-font-size: 12;" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.introfog.gitwave.controller.main.MainController">
21+
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="300.0" prefWidth="450.0" style="-fx-font-family: verdana; -fx-font-size: 12;" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.introfog.gitwave.controller.main.MainController">
2222
<children>
2323
<GridPane AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
2424
<columnConstraints>

0 commit comments

Comments
 (0)