File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <!-- suppress ALL -->
4
-
5
3
<?import javafx .scene.canvas.Canvas?>
6
4
<?import javafx .scene.control.*?>
7
5
<?import javafx .scene.Group?>
8
6
<?import javafx .scene.layout.*?>
7
+ <?import programminglife .gui.ResizableCanvas?>
8
+
9
9
<AnchorPane prefHeight =" 500.0" prefWidth =" 800.0" xmlns =" http://javafx.com/javafx/8" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" programminglife.gui.controller.GuiController" >
10
10
<children >
11
11
<MenuBar AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" >
53
53
<AnchorPane fx : id =" anchorGraphPanel" minHeight =" 200" minWidth =" 200" prefHeight =" Infinity" prefWidth =" Infinity" >
54
54
<children >
55
55
<Canvas fx : id =" miniMap" height =" 100" AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" />
56
- <Group fx : id =" grpDrawArea " AnchorPane.bottomAnchor=" 100 .0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" />
56
+ <ResizableCanvas fx : id =" canvas " height = " 1000 " width = " 1000 " AnchorPane.bottomAnchor=" 0 .0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" />
57
57
<ProgressBar fx : id =" progressBar" minHeight =" 18.0" minWidth =" 100.0" progress =" 0.0" AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" />
58
58
</children >
59
59
</AnchorPane >
You can’t perform that action at this time.
0 commit comments