/[classpath]/classpath/java/awt/GraphicsEnvironment.java
ViewVC logotype

Diff of /classpath/java/awt/GraphicsEnvironment.java

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

revision 1.2 by mkoch, Fri Mar 19 21:22:24 2004 UTC revision 1.3 by mkoch, Mon Sep 27 15:11:46 2004 UTC
# Line 1  Line 1 
1  /* GraphicsEnvironment.java -- information about the graphics environment  /* GraphicsEnvironment.java -- information about the graphics environment
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.awt;  package java.awt;
40    
41    import gnu.java.awt.ClasspathToolkit;
42    
43  import java.awt.image.BufferedImage;  import java.awt.image.BufferedImage;
44  import java.util.Locale;  import java.util.Locale;
 import gnu.java.awt.ClasspathToolkit;  
45    
46  /**  /**
47   * This descibes the collection of GraphicsDevice and Font objects available   * This descibes the collection of GraphicsDevice and Font objects available
48   * on a given platform. The resources might be local or remote, and specify   * on a given platform. The resources might be local or remote, and specify
49   * the valid configurations for displaying graphics.   * the valid configurations for displaying graphics.
50   *   *
51   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
52   * @see GraphicsDevice   * @see GraphicsDevice
53   * @see GraphicsConfiguration   * @see GraphicsConfiguration
54   * @since 1.4   * @since 1.4

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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