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

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

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

revision 1.46 by fitzsim, Sat Sep 10 01:01:54 2005 UTC revision 1.47 by fitzsim, Sat Sep 10 01:16:34 2005 UTC
# Line 111  public class GdkGraphics2D extends Graph Line 111  public class GdkGraphics2D extends Graph
111        initStaticState();        initStaticState();
112      else      else
113        {        {
114          System.err.println ("Attempted to instantiate GdkGraphics2D but Graphics2D not enabled.  Try again with -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D");          System.err.println ("Attempted to instantiate GdkGraphics2D"
115                                + " but Graphics2D not enabled.  Try again with"
116                                + " -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D");
117          System.exit (1);          System.exit (1);
118        }        }
119    }    }

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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