Skip to content
Snippets Groups Projects
Commit d94cf1bf authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

feat: view

parent 79c2786b
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.CheckBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.RadioButton?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.control.TitledPane?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<fx:root maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" type="BorderPane" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1">
<center>
<VBox BorderPane.alignment="CENTER">
<children>
<TitledPane animated="false" collapsible="false" text="Input data">
<content>
<AnchorPane>
<children>
<VBox>
<children>
<CheckBox mnemonicParsing="false" text="Use own data" />
<TitledPane animated="false" collapsible="false" text="Directory">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0">
<children>
<VBox>
<children>
<HBox>
<children>
<RadioButton maxHeight="1.7976931348623157E308" mnemonicParsing="false" selected="true">
<toggleGroup>
<ToggleGroup fx:id="Group" />
</toggleGroup>
<graphic>
<Label maxHeight="1.7976931348623157E308" text="Working" />
</graphic>
</RadioButton>
</children>
</HBox>
<HBox>
<children>
<RadioButton mnemonicParsing="false">
<graphic>
<HBox>
<children>
<TextField />
<Button mnemonicParsing="false" text="Select" />
</children>
</HBox>
</graphic>
</RadioButton>
</children>
</HBox>
</children>
</VBox>
</children>
</AnchorPane>
</content>
</TitledPane>
</children>
</VBox>
</children>
</AnchorPane>
</content>
</TitledPane>
<TitledPane animated="false" collapsible="false" text="Output directory">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0">
<children>
<VBox>
<children>
<HBox>
<children>
<RadioButton maxHeight="1.7976931348623157E308" mnemonicParsing="false" selected="true">
<toggleGroup>
<ToggleGroup fx:id="Group1" />
</toggleGroup>
<graphic>
<Label maxHeight="1.7976931348623157E308" text="Working" />
</graphic>
</RadioButton>
</children>
</HBox>
<HBox>
<children>
<RadioButton mnemonicParsing="false">
<graphic>
<HBox>
<children>
<TextField />
<Button mnemonicParsing="false" text="Select" />
</children>
</HBox>
</graphic>
</RadioButton>
</children>
</HBox>
</children>
</VBox>
</children>
</AnchorPane>
</content>
</TitledPane>
</children>
</VBox>
</center>
<bottom>
<BorderPane BorderPane.alignment="CENTER">
<right>
<Button mnemonicParsing="false" text="Start" BorderPane.alignment="CENTER" />
</right>
</BorderPane>
</bottom>
</fx:root>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment