/[classpath]/classpath/javax/swing/CellRendererPane.java
ViewVC logotype

Diff of /classpath/javax/swing/CellRendererPane.java

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

revision 1.6 by rabbit78, Sun Feb 27 20:35:55 2005 UTC revision 1.7 by rabbit78, Mon Jun 20 14:35:53 2005 UTC
# Line 42  import java.awt.Component; Line 42  import java.awt.Component;
42  import java.awt.Container;  import java.awt.Container;
43  import java.awt.Graphics;  import java.awt.Graphics;
44  import java.awt.Rectangle;  import java.awt.Rectangle;
 import java.io.IOException;  
 import java.io.ObjectOutputStream;  
45    
46  import javax.accessibility.Accessible;  import javax.accessibility.Accessible;
47  import javax.accessibility.AccessibleContext;  import javax.accessibility.AccessibleContext;
# Line 216  public class CellRendererPane Line 214  public class CellRendererPane
214     * @param h the height of the components drawing area     * @param h the height of the components drawing area
215     */     */
216    public void paintComponent(Graphics graphics, Component c,    public void paintComponent(Graphics graphics, Component c,
217                               Container p, int x, int y, int w, int h) {                               Container p, int x, int y, int w, int h)
218      {
219      paintComponent(graphics, c, p, x, y, w, h, false);      paintComponent(graphics, c, p, x, y, w, h, false);
   
220    } // paintComponent()    } // paintComponent()
221    
222    /**    /**
# Line 237  public class CellRendererPane Line 234  public class CellRendererPane
234    public void paintComponent(Graphics graphics, Component c,    public void paintComponent(Graphics graphics, Component c,
235                               Container p, Rectangle r)                               Container p, Rectangle r)
236    {    {
   
237      paintComponent(graphics, c, p, r.x, r.y, r.width, r.height);      paintComponent(graphics, c, p, r.x, r.y, r.width, r.height);
   
238    } // paintComponent()    } // paintComponent()
239    
240    /**    /**

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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