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

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

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

revision 1.4.2.4 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.4.2.5 by gnu_andrew, Tue Sep 20 18:46:35 2005 UTC
# Line 109  public class StyleConstants Line 109  public class StyleConstants
109      if (a.isDefined(Background))      if (a.isDefined(Background))
110        return (Color) a.getAttribute(Background);        return (Color) a.getAttribute(Background);
111      else      else
112        return Color.BLACK;        return Color.WHITE;
113    }    }
114        
115    public static int getBidiLevel(AttributeSet a)    public static int getBidiLevel(AttributeSet a)

Legend:
Removed from v.1.4.2.4  
changed lines
  Added in v.1.4.2.5

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