/[classpath]/classpath/javax/swing/plaf/ComponentUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/ComponentUI.java

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

revision 1.8 by mkoch, Sun Apr 18 13:57:30 2004 UTC revision 1.9 by mkoch, Fri Oct 22 12:44:00 2004 UTC
# Line 1  Line 1 
1  /* ComponentUI.java  /* ComponentUI.java --
2     Copyright (C) 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 40  package javax.swing.plaf; Line 40  package javax.swing.plaf;
40    
41  import java.awt.Dimension;  import java.awt.Dimension;
42  import java.awt.Graphics;  import java.awt.Graphics;
43    
44  import javax.accessibility.Accessible;  import javax.accessibility.Accessible;
45  import javax.swing.JComponent;  import javax.swing.JComponent;
46    
   
47  /**  /**
48   * The abstract base class for all delegates that provide the   * The abstract base class for all delegates that provide the
49   * pluggable look and feel for Swing components. User applications   * pluggable look and feel for Swing components. User applications

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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