/[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.6 by mark, Sat Jul 2 20:32:51 2005 UTC revision 1.7 by rabbit78, Tue Sep 13 23:44:50 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.6  
changed lines
  Added in v.1.7

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