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

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

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

revision 1.21 by trebligd, Fri Jul 8 15:24:08 2005 UTC revision 1.22 by trebligd, Fri Jul 22 08:36:52 2005 UTC
# Line 337  public class BasicButtonUI extends Butto Line 337  public class BasicButtonUI extends Butto
337    
338    /**    /**
339     * Paints the background area of an {@link AbstractButton} in the pressed     * Paints the background area of an {@link AbstractButton} in the pressed
340     * state.  This means filling the supplied area with the {@link     * state.  This means filling the supplied area with the
341     * pressedBackgroundColor}.     * <code>pressedBackgroundColor</code>.
342     *     *
343     * @param g The graphics context to paint with     * @param g The graphics context to paint with
344     * @param b The button to paint the state of     * @param b The button to paint the state of
# Line 374  public class BasicButtonUI extends Butto Line 374  public class BasicButtonUI extends Butto
374            
375    /**    /**
376     * Paints the "text" property of an {@link AbstractButton}, using the     * Paints the "text" property of an {@link AbstractButton}, using the
377     * {@link textColor} color.     * <code>textColor</code> color.
378     *     *
379     * @param g The graphics context to paint with     * @param g The graphics context to paint with
380     * @param c The component to paint the state of     * @param c The component to paint the state of
# Line 389  public class BasicButtonUI extends Butto Line 389  public class BasicButtonUI extends Butto
389    
390    /**    /**
391     * Paints the "text" property of an {@link AbstractButton}, using the     * Paints the "text" property of an {@link AbstractButton}, using the
392     * {@link textColor} color.     * <code>textColor</code> color.
393     *     *
394     * @param g The graphics context to paint with     * @param g The graphics context to paint with
395     * @param b The button to paint the state of     * @param b The button to paint the state of

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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