/[classpath]/classpath/javax/swing/text/JTextComponent.java
ViewVC logotype

Diff of /classpath/javax/swing/text/JTextComponent.java

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

revision 1.34 by mark, Tue Jul 12 09:05:13 2005 UTC revision 1.35 by mark, Wed Jul 13 23:22:31 2005 UTC
# Line 934  public abstract class JTextComponent ext Line 934  public abstract class JTextComponent ext
934      return getUI().getEditorKit(this).getActions();      return getUI().getEditorKit(this).getActions();
935    }    }
936            
937    // This is package-private to avoid an accessor method.    // These are package-private to avoid an accessor method.
938    Document doc;    Document doc;
939    private Caret caret;    Caret caret;
940      boolean editable;
941      
942    private Highlighter highlighter;    private Highlighter highlighter;
943    private Color caretColor;    private Color caretColor;
944    private Color disabledTextColor;    private Color disabledTextColor;
945    private Color selectedTextColor;    private Color selectedTextColor;
946    private Color selectionColor;    private Color selectionColor;
   private boolean editable;  
947    private Insets margin;    private Insets margin;
948    private boolean dragEnabled;    private boolean dragEnabled;
949    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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