@@ -101,17 +101,17 @@ private void createUIComponents() {
101101 injectNLConsole .setEditable (false );
102102 scrollPane3 .setViewportView (injectNLConsole );
103103 alignTab = new JPanel ();
104- alignTab .setLayout (new com . intellij . uiDesigner . core . GridLayoutManager ( 1 , 1 , new Insets ( 0 , 0 , 0 , 0 ), - 1 , - 1 ));
104+ alignTab .setLayout (new BorderLayout ( 0 , 0 ));
105105 analysisTabbedPane .addTab ("Alignment" , alignTab );
106106 final JScrollPane scrollPane4 = new JScrollPane ();
107- alignTab .add (scrollPane4 , new com . intellij . uiDesigner . core . GridConstraints ( 0 , 0 , 1 , 1 , com . intellij . uiDesigner . core . GridConstraints . ANCHOR_CENTER , com . intellij . uiDesigner . core . GridConstraints . FILL_BOTH , com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_CAN_SHRINK | com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_WANT_GROW , com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_CAN_SHRINK | com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_WANT_GROW , null , null , null , 0 , false ) );
107+ alignTab .add (scrollPane4 , BorderLayout . CENTER );
108108 alignConsole = new JTextArea ();
109109 scrollPane4 .setViewportView (alignConsole );
110110 injectWSTab = new JPanel ();
111- injectWSTab .setLayout (new com . intellij . uiDesigner . core . GridLayoutManager ( 1 , 1 , new Insets ( 0 , 0 , 0 , 0 ), - 1 , - 1 ));
111+ injectWSTab .setLayout (new BorderLayout ( 0 , 0 ));
112112 analysisTabbedPane .addTab ("Inject whitespace" , injectWSTab );
113113 final JScrollPane scrollPane5 = new JScrollPane ();
114- injectWSTab .add (scrollPane5 , new com . intellij . uiDesigner . core . GridConstraints ( 0 , 0 , 1 , 1 , com . intellij . uiDesigner . core . GridConstraints . ANCHOR_CENTER , com . intellij . uiDesigner . core . GridConstraints . FILL_BOTH , com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_CAN_SHRINK | com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_WANT_GROW , com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_CAN_SHRINK | com . intellij . uiDesigner . core . GridConstraints . SIZEPOLICY_WANT_GROW , null , null , null , 0 , false ) );
114+ injectWSTab .add (scrollPane5 , BorderLayout . CENTER );
115115 injectWSConsole = new JTextArea ();
116116 injectWSConsole .setEditable (false );
117117 scrollPane5 .setViewportView (injectWSConsole );
0 commit comments