/[classpath]/classpath/javax/swing/plaf/basic/BasicProgressBarUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicProgressBarUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mark, Thu Jul 8 19:26:27 2004 UTC revision 1.5.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC
# Line 1  Line 1 
1  /* BasicProgressBarUI.java  /* BasicProgressBarUI.java --
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing.plaf.basic;  package javax.swing.plaf.basic;
40    
41  import java.awt.Color;  import java.awt.Color;
# Line 49  import java.awt.event.ActionEvent; Line 50  import java.awt.event.ActionEvent;
50  import java.awt.event.ActionListener;  import java.awt.event.ActionListener;
51  import java.beans.PropertyChangeEvent;  import java.beans.PropertyChangeEvent;
52  import java.beans.PropertyChangeListener;  import java.beans.PropertyChangeListener;
53    
54  import javax.swing.JComponent;  import javax.swing.JComponent;
55  import javax.swing.JProgressBar;  import javax.swing.JProgressBar;
56  import javax.swing.SwingConstants;  import javax.swing.SwingConstants;
# Line 61  import javax.swing.event.ChangeListener; Line 63  import javax.swing.event.ChangeListener;
63  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
64  import javax.swing.plaf.ProgressBarUI;  import javax.swing.plaf.ProgressBarUI;
65    
   
66  /**  /**
67   * The Basic Look and Feel UI delegate for the   * The Basic Look and Feel UI delegate for the
68   * JProgressBar.   * JProgressBar.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26