dims        2003/01/26 06:50:26

  Modified:    java/src/org/apache/axis/utils tcpmon.java
  Log:
  Comment out code that is present in JDK14 and absent in JDK13
  
  Revision  Changes    Path
  1.47      +1 -1      xml-axis/java/src/org/apache/axis/utils/tcpmon.java
  
  Index: tcpmon.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/tcpmon.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- tcpmon.java       25 Jan 2003 19:12:54 -0000      1.46
  +++ tcpmon.java       26 Jan 2003 14:50:25 -0000      1.47
  @@ -1890,7 +1890,7 @@
           UIManager.setLookAndFeel(
                   nativeLookAndFeel ? UIManager.getSystemLookAndFeelClassName()
                       : UIManager.getCrossPlatformLookAndFeelClassName());
  -        JFrame.setDefaultLookAndFeelDecorated(true);
  +        //JFrame.setDefaultLookAndFeelDecorated(true);
       }
       /**
        * this is our main method
  
  
  


Reply via email to