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

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

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

revision 1.8 by mkoch, Mon May 31 21:12:06 2004 UTC revision 1.9 by mark, Thu Jul 8 19:26:26 2004 UTC
# Line 59  import javax.swing.plaf.LabelUI; Line 59  import javax.swing.plaf.LabelUI;
59    
60  /**  /**
61   * This is the Basic Look and Feel class for the JLabel.  One BasicLabelUI   * This is the Basic Look and Feel class for the JLabel.  One BasicLabelUI
62   * object is used to paint all JLabels that utilize the Basic L&F.   * object is used to paint all JLabels that utilize the Basic Look and Feel.
63   */   */
64  public class BasicLabelUI extends LabelUI implements PropertyChangeListener  public class BasicLabelUI extends LabelUI implements PropertyChangeListener
65  {  {
# Line 81  public class BasicLabelUI extends LabelU Line 81  public class BasicLabelUI extends LabelU
81     *     *
82     * @param c The {@link JComponent} that a UI is being created for.     * @param c The {@link JComponent} that a UI is being created for.
83     *     *
84     * @return A label UI for the Basic L&F.     * @return A label UI for the Basic Look and Feel.
85     */     */
86    public static ComponentUI createUI(JComponent c)    public static ComponentUI createUI(JComponent c)
87    {    {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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