Skip to content

Commit 8408eef

Browse files
committed
Changes to dialog text
1 parent df39caa commit 8408eef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

swan-assist/src/main/java/de/fraunhofer/iem/swan/assist/ui/dialog/RunAnalysisDialog.form

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="de.fraunhofer.iem.swan.assist.ui.dialog.RunAnalysisDialog">
3-
<grid id="cbd77" binding="contentPane" layout-manager="GridLayoutManager" row-count="5" column-count="5" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
3+
<grid id="cbd77" binding="contentPane" layout-manager="GridLayoutManager" row-count="6" column-count="5" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
44
<margin top="10" left="10" bottom="10" right="10"/>
55
<constraints>
66
<xy x="48" y="141" width="603" height="328"/>
@@ -107,7 +107,7 @@
107107
</grid>
108108
<component id="b260" class="javax.swing.JCheckBox" binding="trainingPathCheckbox">
109109
<constraints>
110-
<grid row="2" column="0" row-span="1" col-span="5" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
110+
<grid row="3" column="0" row-span="1" col-span="5" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
111111
</constraints>
112112
<properties>
113113
<selected value="false"/>
@@ -117,7 +117,7 @@
117117
<grid id="1ffb" binding="trainingPanel" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
118118
<margin top="0" left="0" bottom="0" right="0"/>
119119
<constraints>
120-
<grid row="3" column="0" row-span="1" col-span="5" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
120+
<grid row="4" column="0" row-span="1" col-span="5" vsize-policy="0" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
121121
</constraints>
122122
<properties/>
123123
<border type="none"/>

swan-assist/src/main/resources/dialog_messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MethodDialog.SelectedCategory = Selected Categories
1717
#Dialog for running SWAN
1818
Launcher.Title=Run Analysis
1919
Launcher.ProjectCheckBox = General Options
20-
Launcher.Project = Project JAR(s)
20+
Launcher.Project = Project
2121
Launcher.AdvancedOptionsCheckBox = Advanced Options
2222
Launcher.Output = Output Path
2323
Launcher.TrainingJars = Training JARs

0 commit comments

Comments
 (0)