I'm checking this in on the generics branch.
According to japi, these methods are deprecated in 1.5.
Tom
2005-10-04 Tom Tromey <[EMAIL PROTECTED]>
* java/awt/Dialog.java (show): Now deprecated.
(hide): Likewise.
Index: java/awt/Dialog.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/awt/Dialog.java,v
retrieving revision 1.18.2.4
diff -u -r1.18.2.4 Dialog.java
--- java/awt/Dialog.java 20 Sep 2005 18:46:25 -0000 1.18.2.4
+++ java/awt/Dialog.java 4 Oct 2005 17:27:38 -0000
@@ -400,7 +400,9 @@
* return until the dialog is hidden by someone calling hide or dispose.
* If this is the event dispatching thread we must ensure that another event
* thread runs while the one which invoked this method is blocked.
+ * @specnote Deprecated starting in 1.5.
*/
[EMAIL PROTECTED]
public synchronized void
show()
{
@@ -446,8 +448,9 @@
/**
* Hides the Dialog and then
* causes show() to return if it is currently blocked.
+ * @specnote Deprecated starting in 1.5
*/
-
[EMAIL PROTECTED]
public synchronized void
hide ()
{
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches