/[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.5 by brawer, Fri Jun 13 11:36:59 2003 UTC revision 1.6 by brawer, Mon Jun 16 13:18:59 2003 UTC
# Line 190  public class EmptyBorder Line 190  public class EmptyBorder
190    
191    
192    /**    /**
193       * Measures the width of this border.
194       *
195       * @return an Insets object whose <code>left</code>, <code>right</code>,
196       *         <code>top</code> and <code>bottom</code> fields indicate the
197       *         width of the border at the respective edge.
198       *
199       * @see #getBorderInsets(java.awt.Component, java.awt.Insets)
200       */
201      public Insets getBorderInsets()
202      {
203        return getBorderInsets(null, null);
204      }
205      
206      
207      /**
208     * Determines whether this border fills every pixel in its area     * Determines whether this border fills every pixel in its area
209     * when painting. Since an empty border does not paint any pixels     * when painting. Since an empty border does not paint any pixels
210     * whatsoever, the result is <code>false</code>.     * whatsoever, the result is <code>false</code>.

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

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