oburn 2003/02/23 21:38:08
Modified: src/java/org/apache/log4j/chainsaw Main.java
Log:
Patch from Paul Smith to fix annoying bug in the initial display under
JDK1.4+. Not sure why the patch fixes the problem, but it does.
Revision Changes Path
1.3 +1 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/Main.java
Index: Main.java
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/Main.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Main.java 24 Apr 2002 01:08:04 -0000 1.2
+++ Main.java 24 Feb 2003 05:38:08 -0000 1.3
@@ -96,7 +96,7 @@
// Create the details
final JPanel details = new DetailPanel(table, model);
- details.setPreferredSize(new Dimension(900, 300));
+ details.setPreferredSize(new Dimension(900, 100));
// Add the table and stack trace into a splitter
final JSplitPane jsp =
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]