/[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.12 by mkoch, Sat Feb 15 09:29:17 2003 UTC revision 1.13 by mkoch, Mon Mar 24 07:27:32 2003 UTC
# Line 60  public class Frame extends Window implem Line 60  public class Frame extends Window implem
60    
61  /**  /**
62    * Constant for the default cursor.    * Constant for the default cursor.
63    * Deprecated. replaced by <code>Cursor.DEFAULT_CURSOR</code> instead.    * @deprecated Replaced by <code>Cursor.DEFAULT_CURSOR</code> instead.
64    */    */
65  public static final int DEFAULT_CURSOR = Cursor.DEFAULT_CURSOR;  public static final int DEFAULT_CURSOR = Cursor.DEFAULT_CURSOR;
66    
# Line 390  getCursorType() Line 390  getCursorType()
390    *    *
391    * @param type The cursor type.    * @param type The cursor type.
392    *    *
393    * @deprecated.  Use <code>Component.setCursor(Cursor)</code> instead.    * @deprecated Use <code>Component.setCursor(Cursor)</code> instead.
394    */    */
395  public void  public void
396  setCursor(int type)  setCursor(int type)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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