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

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

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

revision 1.2 by mkoch, Mon May 31 21:12:07 2004 UTC revision 1.3 by mark, Thu Jul 8 19:26:28 2004 UTC
# Line 51  import javax.swing.JSeparator; Line 51  import javax.swing.JSeparator;
51  import javax.swing.SwingUtilities;  import javax.swing.SwingUtilities;
52    
53  /**  /**
54   * The Basic L&F UI delegate for JSeparator.   * The Basic Look and Feel UI delegate for JSeparator.
55   */   */
56  public class BasicSeparatorUI extends SeparatorUI  public class BasicSeparatorUI extends SeparatorUI
57  {  {
# Line 113  public class BasicSeparatorUI extends Se Line 113  public class BasicSeparatorUI extends Se
113    
114    /**    /**
115     * This method installs the defaults that are given by     * This method installs the defaults that are given by
116     * the Basic L&F.     * the Basic Look and Feel.
117     *     *
118     * @param s The JSeparator that is being installed.     * @param s The JSeparator that is being installed.
119     */     */
# Line 128  public class BasicSeparatorUI extends Se Line 128  public class BasicSeparatorUI extends Se
128    
129    /**    /**
130     * This method removes the defaults that were given     * This method removes the defaults that were given
131     * by the Basic L&F.     * by the Basic Look and Feel.
132     *     *
133     * @param s The JSeparator that is being uninstalled.     * @param s The JSeparator that is being uninstalled.
134     */     */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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