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

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

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

revision 1.3.2.1 by gnu_andrew, Sun Jan 16 02:14:49 2005 UTC revision 1.3.2.2 by gnu_andrew, Sun Jan 16 15:15:13 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.swing.plaf.basic;  package javax.swing.plaf.basic;
40    
 import java.beans.PropertyChangeEvent;  
   
41  import javax.swing.JComponent;  import javax.swing.JComponent;
42  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
43  import javax.swing.text.Element;  import javax.swing.text.Element;
44  import javax.swing.text.PlainView;  import javax.swing.text.PlainView;
45  import javax.swing.text.View;  import javax.swing.text.View;
46    
47  public class BasicTextPaneUI extends BasicTextUI  public class BasicTextPaneUI extends BasicEditorPaneUI
48  {  {
49    public static ComponentUI createUI(JComponent comp)    public BasicTextPaneUI()
50    {    {
51      return new BasicTextPaneUI();      // Do nothing here.
52    }    }
53    
54    public BasicTextPaneUI()    public static ComponentUI createUI(JComponent comp)
55    {    {
56        return new BasicTextPaneUI();
57    }    }
58    
59    public View create(Element elem)    public View create(Element elem)

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

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