update layout

This commit is contained in:
Denis-Cosmin Nutiu 2024-03-22 22:05:51 +02:00
parent 9e95bc729b
commit 88754a798a
3 changed files with 12 additions and 10 deletions

View file

@ -4,7 +4,7 @@
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View file

@ -16,7 +16,7 @@
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0"/>
</padding>
<Label text="Predicted tags:"/>
<TextArea fx:id="predictedImageTags" editable="false" wrapText="true" prefColumnCount="23"/>
<TextArea fx:id="predictedImageTags" editable="false" wrapText="true" prefColumnCount="20"/>
</VBox>
</HBox>
</fx:root>

View file

@ -8,6 +8,15 @@
<padding>
<Insets bottom="20.0" left="30.0" right="30.0" top="30.0" />
</padding>
<top>
<HBox alignment="CENTER_LEFT">
<padding>
<Insets bottom="5" left="5" right="5" top="10" />
</padding>
<Button onAction="#onTagImagesButtonClick" text="Tag Images" />
<Separator orientation="VERTICAL" style="-fx-padding: 10px" />
</HBox>
</top>
<center>
<ScrollPane>
<VBox fx:id="verticalBox">
@ -16,13 +25,6 @@
</center>
<bottom>
<HBox alignment="CENTER_LEFT">
<padding>
<Insets bottom="5" left="5" right="5" top="10" />
</padding>
<Button onAction="#onTagImagesButtonClick" text="Tag Images" />
<Separator orientation="VERTICAL" style="-fx-padding: 10px" />
<Label fx:id="statusLabel" visible="false" text="Predicting... please wait" />
</HBox>
<Label fx:id="statusLabel" visible="false" text="Predicting... please wait" />
</bottom>
</BorderPane>