Commit 228115ac by Michael Koch Committed by Michael Koch

2003-03-24 Michael Koch <konqueror@gmx.de>

	* java/awt/Frame.java
	(DEFAULT_CURSOR): Fixed @deprecated tag.
	(setCursor): Fixed @deprecated tag.

From-SVN: r64779
parent 99010ccb
2003-03-24 Michael Koch <konqueror@gmx.de>
* java/awt/Frame.java
(DEFAULT_CURSOR): Fixed @deprecated tag.
(setCursor): Fixed @deprecated tag.
2003-03-24 Michael Koch <konqueror@gmx.de>
* java/beans/beancontext/BeanContextEvent.java:
Reformated.
......
......@@ -60,7 +60,7 @@ public class Frame extends Window implements MenuContainer
/**
* Constant for the default cursor.
* Deprecated. replaced by <code>Cursor.DEFAULT_CURSOR</code> instead.
* @deprecated Replaced by <code>Cursor.DEFAULT_CURSOR</code> instead.
*/
public static final int DEFAULT_CURSOR = Cursor.DEFAULT_CURSOR;
......@@ -390,7 +390,7 @@ getCursorType()
*
* @param type The cursor type.
*
* @deprecated. Use <code>Component.setCursor(Cursor)</code> instead.
* @deprecated Use <code>Component.setCursor(Cursor)</code> instead.
*/
public void
setCursor(int type)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment