Skip to content

Commit f5b68b6

Browse files
committed
Added missing import in code_view.fxml
1 parent b6c55a1 commit f5b68b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/ee/ut/similaritydetector/fxml/code_view.fxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<?import javafx.scene.layout.AnchorPane?>
99
<?import javafx.scene.layout.BorderPane?>
1010
<?import javafx.scene.layout.VBox?>
11+
<?import javafx.scene.control.ScrollPane?>
1112

1213
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="400.0" minWidth="600.0" prefHeight="700.0" prefWidth="1000.0" stylesheets="/ee/ut/similaritydetector/style/style.scss, /ee/ut/similaritydetector/style/code_view_style.scss" xmlns="http://javafx.com/javafx/11.0.2" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ee.ut.similaritydetector.ui.controllers.CodeViewController">
1314
<children>

0 commit comments

Comments
 (0)