File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
java/de/fraunhofer/iem/swan/assist/ui/dialog Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" />
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" />
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" />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ MethodDialog.SelectedCategory = Selected Categories
1717# Dialog for running SWAN
1818Launcher.Title =Run Analysis
1919Launcher.ProjectCheckBox = General Options
20- Launcher.Project = Project JAR(s)
20+ Launcher.Project = Project
2121Launcher.AdvancedOptionsCheckBox = Advanced Options
2222Launcher.Output = Output Path
2323Launcher.TrainingJars = Training JARs
You can’t perform that action at this time.
0 commit comments