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

Diff of /classpath/java/awt/Frame.java

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

revision 1.10 by bryce, Wed Jul 31 08:22:20 2002 UTC revision 1.11 by mkoch, Thu Nov 7 09:26:11 2002 UTC
# Line 60  public class Frame extends Window implem Line 60  public class Frame extends Window implem
60   */   */
61    
62  /**  /**
63      * Constant for the default cursor.
64      * Deprecated. replaced by <code>Cursor.DEFAULT_CURSOR</code> instead.
65      */
66    public static final int DEFAULT_CURSOR = Cursor.DEFAULT_CURSOR;
67    
68    /**
69    * Constant for a cross-hair cursor.    * Constant for a cross-hair cursor.
70    * @deprecated Use <code>Cursor.CROSSHAIR_CURSOR</code> instead.    * @deprecated Use <code>Cursor.CROSSHAIR_CURSOR</code> instead.
71    */    */
# Line 137  public static final int HAND_CURSOR = Cu Line 143  public static final int HAND_CURSOR = Cu
143    */    */
144  public static final int MOVE_CURSOR = Cursor.MOVE_CURSOR;  public static final int MOVE_CURSOR = Cursor.MOVE_CURSOR;
145    
146    public static final int ICONIFIED = 1;
147    public static final int MAXIMIZED_BOTH = 6;
148    public static final int MAXIMIZED_HORIZ = 2;
149    public static final int MAXIMIZED_VERT = 4;
150    public static final int NORMAL = 0;
151    
152  // Serialization version constant  // Serialization version constant
153  private static final long serialVersionUID = 2673458971256075116L;  private static final long serialVersionUID = 2673458971256075116L;
154    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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