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

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

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

revision 1.3 by egagnon, Sun Aug 11 20:08:43 2002 UTC revision 1.4 by brawer, Thu Jun 26 07:11:19 2003 UTC
# Line 46  import javax.swing.*; Line 46  import javax.swing.*;
46  public class BasicTextUI extends TextUI  public class BasicTextUI extends TextUI
47  {  {
48      int gap = 3;      int gap = 3;
49      View view = new RootView();      View view = null; // was: new RootView();
50      Color textColor, disabledTextColor, normalBackgroundColor;      Color textColor, disabledTextColor, normalBackgroundColor;
51      EditorKit kit = new DefaultEditorKit();      EditorKit kit = new DefaultEditorKit();
52            
53        /* *****************************************************************
54         * This View is way too incomplete to be of any use. To avoid errors
55         * when compiling with the Sun JDK, it has been commented out.
56         *                            -- Sascha Brawer (brawer@dandelis.ch)
57         *
58         * (begin of commented out section)
59      class RootView extends View      class RootView extends View
60      {      {
61          RootView()          RootView()
# Line 68  public class BasicTextUI extends TextUI Line 74  public class BasicTextUI extends TextUI
74                  }                  }
75          }          }
76      }      }
77        * (end of commented out section)
78        *************************************************************** */
79    
80      public BasicTextUI()      public BasicTextUI()
81      {      {

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

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