/[classpath]/classpath/javax/swing/border/EmptyBorder.java
ViewVC logotype

Diff of /classpath/javax/swing/border/EmptyBorder.java

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

revision 1.6.2.1 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.6.2.2 by gnu_andrew, Wed Nov 2 00:43:49 2005 UTC
# Line 53  import java.awt.Insets; Line 53  import java.awt.Insets;
53   *   *
54   * @author Sascha Brawer (brawer@dandelis.ch)   * @author Sascha Brawer (brawer@dandelis.ch)
55   */   */
56  public class EmptyBorder  public class EmptyBorder extends AbstractBorder
   extends AbstractBorder  
57  {  {
58    /**    /**
59     * Determined using the <code>serialver</code> tool     * Determined using the <code>serialver</code> tool
# Line 142  public class EmptyBorder Line 141  public class EmptyBorder
141    public void paintBorder(Component c, Graphics g,    public void paintBorder(Component c, Graphics g,
142                            int x, int y, int width, int height)                            int x, int y, int width, int height)
143    {    {
144        // Nothing to do here.
145    }    }
146    
147    

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

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