update layout
This commit is contained in:
parent
9e95bc729b
commit
88754a798a
3 changed files with 12 additions and 10 deletions
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue