2016-12-16 10:55:56 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2017-01-06 10:24:38 -05:00
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
<?import javafx.scene.text.Text?>
|
2016-12-16 10:55:56 -05:00
|
|
|
|
2017-06-14 11:17:07 -04:00
|
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.112" xmlns:fx="http://javafx.com/fxml/1" fx:controller="meerkat.voting.gui.controllersFX.ChannelChoiceController">
|
2016-12-16 10:55:56 -05:00
|
|
|
<children>
|
2017-06-14 11:17:07 -04:00
|
|
|
<Button layoutX="469.0" layoutY="343.0" mnemonicParsing="false" onMousePressed="#nextPane" prefHeight="39.0" prefWidth="109.0" text="Next" />
|
|
|
|
<Text fx:id="question" layoutX="84.0" layoutY="89.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Channel selection:" wrappingWidth="431.3046875" />
|
2017-01-06 10:24:38 -05:00
|
|
|
<Pane fx:id="questionPane" layoutX="84.0" layoutY="97.0" prefHeight="234.0" prefWidth="422.0" />
|
2017-06-14 11:17:07 -04:00
|
|
|
<Text fx:id="warningMsg" fill="#ee0909" layoutX="82.0" layoutY="64.0" strokeType="OUTSIDE" strokeWidth="0.0" wrappingWidth="431.3046875" />
|
2016-12-16 10:55:56 -05:00
|
|
|
</children>
|
2017-01-06 10:24:38 -05:00
|
|
|
</Pane>
|