sebb 2004/01/14 17:55:39
Modified: src/core/org/apache/jmeter/testbeans/gui FileEditor.java
Log:
Make compatible with JDK1.3
Revision Changes Path
1.3 +2 -2
jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui/FileEditor.java
Index: FileEditor.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui/FileEditor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FileEditor.java 14 Jan 2004 23:10:30 -0000 1.2
+++ FileEditor.java 15 Jan 2004 01:55:39 -0000 1.3
@@ -112,7 +112,7 @@
// Create a panel containing the combo and the button:
panel= new JPanel(new BorderLayout(5,0));
panel.add(editor.getCustomEditor(), BorderLayout.CENTER);
- panel.add(button, BorderLayout.LINE_END);
+ panel.add(button, BorderLayout.EAST);//JDK1.4: was LINE_END
}
/* (non-Javadoc)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]