/[classpath]/classpath/gnu/java/awt/peer/gtk/GdkGraphics.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GdkGraphics.java

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

revision 1.50 by langel, Mon Nov 21 22:10:35 2005 UTC revision 1.51 by langel, Tue Nov 22 14:37:43 2005 UTC
# Line 250  public class GdkGraphics extends Graphic Line 250  public class GdkGraphics extends Graphic
250      // FIXME: Possibly more characters we need to ignore/      // FIXME: Possibly more characters we need to ignore/
251      // Also, implementation may be inefficent because allocating      // Also, implementation may be inefficent because allocating
252      // new Strings.      // new Strings.
253      str = Pattern.compile("[\b | \t | \n | \f | \r | \" | \']").matcher(str).replaceAll("");      str = Pattern.compile("[\b|\t|\n|\f|\r|\"|\']").matcher(str).replaceAll("");
254      drawString(getFontPeer(), str, x, y);      drawString(getFontPeer(), str, x, y);
255    }      }  
256        

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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