first commit
[jalview-fx.git] / resources / fxml / AlignmentView.fxml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <?import javafx.scene.canvas.*?>
4 <?import java.lang.*?>
5 <?import javafx.scene.layout.*?>
6
7 <HBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="jalviewfx.controllers.AlignmentViewController">
8    <children>
9       <Canvas fx:id="titleCanvas" height="400.0" width="156.0" />
10       <VBox prefHeight="400.0" prefWidth="438.0">
11          <children>
12             <Canvas fx:id="sequenceCanvas" height="200.0" width="444.0" />
13             <Canvas fx:id="annotCanvas" height="200.0" width="444.0" />
14          </children>
15       </VBox>
16    </children>
17 </HBox>