rana_b      2003/01/22 05:54:45

  Modified:    ftpserver/src/java/org/apache/avalon/ftpserver/gui
                        FtpStatisticsPanel.java
  Log:
  JDK1.3 compliance
  
  Revision  Changes    Path
  1.13      +13 -13    
jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/gui/FtpStatisticsPanel.java
  
  Index: FtpStatisticsPanel.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/gui/FtpStatisticsPanel.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FtpStatisticsPanel.java   20 Jan 2003 15:16:42 -0000      1.12
  +++ FtpStatisticsPanel.java   22 Jan 2003 13:54:45 -0000      1.13
  @@ -118,7 +118,7 @@
           mjStartTimeTxt = new JTextField();
           mjStartTimeTxt.setColumns(12);
           mjStartTimeTxt.setEditable(false);
  -        mjStartTimeTxt.setBackground(Color.WHITE);
  +        mjStartTimeTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -142,7 +142,7 @@
           mjUploadNbrTxt = new JTextField();
           mjUploadNbrTxt.setColumns(6);
           mjUploadNbrTxt.setEditable(false);
  -        mjUploadNbrTxt.setBackground(Color.WHITE);
  +        mjUploadNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -166,7 +166,7 @@
           mjDownloadNbrTxt = new JTextField();
           mjDownloadNbrTxt.setColumns(6);
           mjDownloadNbrTxt.setEditable(false);
  -        mjDownloadNbrTxt.setBackground(Color.WHITE);
  +        mjDownloadNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -190,7 +190,7 @@
           mjDeleteNbrTxt = new JTextField();
           mjDeleteNbrTxt.setColumns(6);
           mjDeleteNbrTxt.setEditable(false);
  -        mjDeleteNbrTxt.setBackground(Color.WHITE);
  +        mjDeleteNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -214,7 +214,7 @@
           mjUploadBytesTxt = new JTextField();
           mjUploadBytesTxt.setColumns(12);
           mjUploadBytesTxt.setEditable(false);
  -        mjUploadBytesTxt.setBackground(Color.WHITE);
  +        mjUploadBytesTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -238,7 +238,7 @@
           mjDownloadBytesTxt = new JTextField();
           mjDownloadBytesTxt.setColumns(12);
           mjDownloadBytesTxt.setEditable(false);
  -        mjDownloadBytesTxt.setBackground(Color.WHITE);
  +        mjDownloadBytesTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -262,7 +262,7 @@
           mjLoginNbrTxt = new JTextField();
           mjLoginNbrTxt.setColumns(6);
           mjLoginNbrTxt.setEditable(false);
  -        mjLoginNbrTxt.setBackground(Color.WHITE);
  +        mjLoginNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -286,7 +286,7 @@
           mjTotalLoginNbrTxt = new JTextField();
           mjTotalLoginNbrTxt.setColumns(6);
           mjTotalLoginNbrTxt.setEditable(false);
  -        mjTotalLoginNbrTxt.setBackground(Color.WHITE);
  +        mjTotalLoginNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -310,7 +310,7 @@
           mjAnonLoginNbrTxt = new JTextField();
           mjAnonLoginNbrTxt.setColumns(6);
           mjAnonLoginNbrTxt.setEditable(false);
  -        mjAnonLoginNbrTxt.setBackground(Color.WHITE);
  +        mjAnonLoginNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -334,7 +334,7 @@
           mjTotalAnonLoginNbrTxt = new JTextField();
           mjTotalAnonLoginNbrTxt.setColumns(6);
           mjTotalAnonLoginNbrTxt.setEditable(false);
  -        mjTotalAnonLoginNbrTxt.setBackground(Color.WHITE);
  +        mjTotalAnonLoginNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -358,7 +358,7 @@
           mjConNbrTxt = new JTextField();
           mjConNbrTxt.setColumns(6);
           mjConNbrTxt.setEditable(false);
  -        mjConNbrTxt.setBackground(Color.WHITE);
  +        mjConNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  @@ -382,7 +382,7 @@
           mjTotalConNbrTxt = new JTextField();
           mjTotalConNbrTxt.setColumns(6);
           mjTotalConNbrTxt.setEditable(false);
  -        mjTotalConNbrTxt.setBackground(Color.WHITE);
  +        mjTotalConNbrTxt.setBackground(Color.white);
           gc = new GridBagConstraints();
           gc.gridx = 1;
           gc.gridy = yindex;
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to