/[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.13.2.7 by gnu_andrew, Mon Apr 18 01:37:41 2005 UTC revision 1.13.2.8 by gnu_andrew, Thu Apr 28 23:00:14 2005 UTC
# Line 883  public abstract class JTextComponent ext Line 883  public abstract class JTextComponent ext
883      return getUI().getEditorKit(this).getActions();      return getUI().getEditorKit(this).getActions();
884    }    }
885            
886    private Document doc;    // This is package-private to avoid an accessor method.
887      Document doc;
888    private Caret caret;    private Caret caret;
889    private Highlighter highlighter;    private Highlighter highlighter;
890    private Color caretColor;    private Color caretColor;

Legend:
Removed from v.1.13.2.7  
changed lines
  Added in v.1.13.2.8

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