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

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

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

revision 1.1 by mark, Thu Jul 22 19:45:39 2004 UTC revision 1.1.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC
# Line 55  public interface Highlighter Line 55  public interface Highlighter
55    
56    public interface HighlightPainter    public interface HighlightPainter
57    {    {
58      public void paint(Graphics g, int p0, int p1, Shape bounds,      void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c);
                       JTextComponent c);  
59    }    }
60        
61    void install(JTextComponent c);    void install(JTextComponent c);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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