diff --git a/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/eclipse/EclipseCompilerConfigurable.form b/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/eclipse/EclipseCompilerConfigurable.form
index 4d452482d19b..4d16b23ed4a6 100644
--- a/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/eclipse/EclipseCompilerConfigurable.form
+++ b/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/eclipse/EclipseCompilerConfigurable.form
@@ -7,7 +7,7 @@
-
+
@@ -38,8 +38,8 @@
-
-
+
+
diff --git a/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/javac/JavacOptionsPanel.form b/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/javac/JavacOptionsPanel.form
index ede31f90580e..113e6ace5179 100644
--- a/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/javac/JavacOptionsPanel.form
+++ b/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/javac/JavacOptionsPanel.form
@@ -7,7 +7,7 @@
-
+
@@ -37,8 +37,8 @@
-
-
+
+
diff --git a/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/jikes/JikesOptionsPanel.form b/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/jikes/JikesOptionsPanel.form
index 1936157f726f..39da15a2f707 100644
--- a/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/jikes/JikesOptionsPanel.form
+++ b/java/compiler/impl/src/com/intellij/compiler/impl/javaCompiler/jikes/JikesOptionsPanel.form
@@ -1,13 +1,13 @@
diff --git a/plugins/IntelliLang/java-support/org/intellij/plugins/intelliLang/AdvancedSettingsUI.form b/plugins/IntelliLang/java-support/org/intellij/plugins/intelliLang/AdvancedSettingsUI.form
index e4a5a13766f9..b1c2f5f0c0ae 100644
--- a/plugins/IntelliLang/java-support/org/intellij/plugins/intelliLang/AdvancedSettingsUI.form
+++ b/plugins/IntelliLang/java-support/org/intellij/plugins/intelliLang/AdvancedSettingsUI.form
@@ -1,9 +1,9 @@
diff --git a/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerConfigurable.java b/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerConfigurable.java
index 300578ca7bfc..637544bcb9ba 100644
--- a/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerConfigurable.java
+++ b/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerConfigurable.java
@@ -62,7 +62,7 @@ public abstract class MavenRunnerConfigurable implements SearchableConfigurable
GridBagConstraints c = new GridBagConstraints();
c.fill = GridBagConstraints.HORIZONTAL;
- c.anchor = GridBagConstraints.NORTHWEST;
+ c.anchor = GridBagConstraints.WEST;
myRunInBackgroundCheckbox = new JCheckBox("Run in background");
myRunInBackgroundCheckbox.setMnemonic('b');
@@ -76,7 +76,7 @@ public abstract class MavenRunnerConfigurable implements SearchableConfigurable
}
c.gridwidth = 1;
- JLabel labelVMParameters = new JLabel("VM Options");
+ JLabel labelVMParameters = new JLabel("VM Options:");
labelVMParameters.setDisplayedMnemonic('v');
labelVMParameters.setLabelFor(myVMParametersEditor = new RawCommandLineEditor());
myVMParametersEditor.setDialogCaption(labelVMParameters.getText());
@@ -88,9 +88,11 @@ public abstract class MavenRunnerConfigurable implements SearchableConfigurable
c.gridx = 1;
c.weightx = 1;
+ c.insets.left = 10;
panel.add(myVMParametersEditor, c);
+ c.insets.left = 0;
- JLabel jdkLabel = new JLabel("JRE");
+ JLabel jdkLabel = new JLabel("JRE:");
jdkLabel.setDisplayedMnemonic('j');
jdkLabel.setLabelFor(myJdkCombo = new JComboBox());
c.gridx = 0;
@@ -100,7 +102,9 @@ public abstract class MavenRunnerConfigurable implements SearchableConfigurable
c.gridx = 1;
c.weightx = 1;
c.fill = GridBagConstraints.NONE;
+ c.insets.left = 10;
panel.add(myJdkCombo, c);
+ c.insets.left = 0;
c.fill = GridBagConstraints.HORIZONTAL;
JPanel propertiesPanel = new JPanel(new BorderLayout());
diff --git a/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerParametersConfigurable.form b/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerParametersConfigurable.form
index d25d5f8aa8ac..d7e726d7c145 100644
--- a/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerParametersConfigurable.form
+++ b/plugins/maven/src/main/java/org/jetbrains/idea/maven/execution/MavenRunnerParametersConfigurable.form
@@ -14,7 +14,8 @@
-
+
+
@@ -29,7 +30,9 @@
-
+
+
+
@@ -39,7 +42,8 @@
-
+
+
diff --git a/plugins/spellchecker/src/com/intellij/spellchecker/settings/SpellCheckerSettingsPane.form b/plugins/spellchecker/src/com/intellij/spellchecker/settings/SpellCheckerSettingsPane.form
index ec29d32fdeea..4df92a315a3e 100644
--- a/plugins/spellchecker/src/com/intellij/spellchecker/settings/SpellCheckerSettingsPane.form
+++ b/plugins/spellchecker/src/com/intellij/spellchecker/settings/SpellCheckerSettingsPane.form
@@ -65,8 +65,8 @@
-
-
+
+
@@ -76,11 +76,11 @@
-
+
-
+
@@ -112,7 +112,7 @@
-
+
diff --git a/plugins/tasks/tasks-api/src/com/intellij/tasks/config/BaseRepositoryEditor.form b/plugins/tasks/tasks-api/src/com/intellij/tasks/config/BaseRepositoryEditor.form
index c15452cabdb4..07c9f16ebc1e 100644
--- a/plugins/tasks/tasks-api/src/com/intellij/tasks/config/BaseRepositoryEditor.form
+++ b/plugins/tasks/tasks-api/src/com/intellij/tasks/config/BaseRepositoryEditor.form
@@ -3,7 +3,7 @@
-
+
@@ -91,7 +91,7 @@
-
+
diff --git a/plugins/testng/src/com/theoryinpractice/testng/configuration/TestNGConfigurationEditor.form b/plugins/testng/src/com/theoryinpractice/testng/configuration/TestNGConfigurationEditor.form
index 858929c0ab98..01045803e59f 100644
--- a/plugins/testng/src/com/theoryinpractice/testng/configuration/TestNGConfigurationEditor.form
+++ b/plugins/testng/src/com/theoryinpractice/testng/configuration/TestNGConfigurationEditor.form
@@ -33,7 +33,7 @@
-
+
@@ -41,13 +41,15 @@
-
+
+
+
@@ -56,6 +58,8 @@
+
+
@@ -80,6 +84,8 @@
+
+
@@ -117,6 +123,8 @@
+
+
@@ -125,6 +133,7 @@
+
@@ -133,6 +142,8 @@
+
+
@@ -160,6 +171,7 @@
+
@@ -201,6 +213,7 @@
+
@@ -281,6 +294,7 @@
+
diff --git a/plugins/xpath/xpath-lang/src/org/intellij/lang/xpath/xslt/run/RunSettingsEditor.form b/plugins/xpath/xpath-lang/src/org/intellij/lang/xpath/xslt/run/RunSettingsEditor.form
index b09a461f896a..5d0145f1dc91 100644
--- a/plugins/xpath/xpath-lang/src/org/intellij/lang/xpath/xslt/run/RunSettingsEditor.form
+++ b/plugins/xpath/xpath-lang/src/org/intellij/lang/xpath/xslt/run/RunSettingsEditor.form
@@ -2,7 +2,7 @@
-
+
@@ -15,7 +15,7 @@
-
+
@@ -37,7 +37,7 @@
-
+
@@ -52,7 +52,7 @@
-
+
@@ -77,7 +77,7 @@
-
+
@@ -104,14 +104,9 @@
-
-
-
-
-
-
+
@@ -119,7 +114,7 @@
-
+
@@ -132,25 +127,13 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
@@ -162,6 +145,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -202,7 +197,7 @@
-
+
@@ -219,20 +214,14 @@
-
-
-
-
-
-
-
+
-
+
@@ -241,7 +230,7 @@
-
+
@@ -281,16 +270,22 @@
-
+
+
+
+
+
+
+
-
+