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

refactor: migration fxml files to resource directory

parent 27915516
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 3 deletions
......@@ -27,12 +27,12 @@
<ToggleGroup fx:id="tg_inputDataLocation" />
</toggleGroup>
<graphic>
<Label maxHeight="1.7976931348623157E308" text="Demonstration data" />
<Label maxHeight="1.7976931348623157E308" text="Demonstration data on IT4I cluster" />
</graphic>
</RadioButton>
<RadioButton maxHeight="1.7976931348623157E308" mnemonicParsing="false" toggleGroup="$tg_inputDataLocation">
<graphic>
<Label maxHeight="1.7976931348623157E308" text="Working directory" />
<Label maxHeight="1.7976931348623157E308" text="Job subdirectory" />
</graphic>
</RadioButton>
<RadioButton fx:id="rb_ownInput" mnemonicParsing="false" toggleGroup="$tg_inputDataLocation">
......@@ -64,7 +64,7 @@
<ToggleGroup fx:id="tg_outputDataLocation" />
</toggleGroup>
<graphic>
<Label maxHeight="1.7976931348623157E308" text="Working directory" />
<Label maxHeight="1.7976931348623157E308" text="Job subdirectory" />
</graphic>
</RadioButton>
</children>
......
/**
*
*/
/**
* @author koz01
*
*/
package cz.it4i.fiji.haas_spim_benchmark.ui;
\ 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