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

Diff of /classpath/java/awt/Dialog.java

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

revision 1.18.2.4 by gnu_andrew, Tue Sep 20 18:46:25 2005 UTC revision 1.18.2.5 by tromey, Tue Oct 4 17:34:48 2005 UTC
# Line 400  addNotify() Line 400  addNotify()
400    *  return until the dialog is hidden by someone calling hide or dispose.    *  return until the dialog is hidden by someone calling hide or dispose.
401    * If this is the event dispatching thread we must ensure that another event    * If this is the event dispatching thread we must ensure that another event
402    *  thread runs while the one which invoked this method is blocked.    *  thread runs while the one which invoked this method is blocked.
403      * @specnote Deprecated starting in 1.5.
404    */    */
405    @Deprecated
406  public synchronized void  public synchronized void
407  show()  show()
408  {  {
# Line 446  show() Line 448  show()
448  /**  /**
449    * Hides the Dialog and then    * Hides the Dialog and then
450    * causes show() to return if it is currently blocked.    * causes show() to return if it is currently blocked.
451      * @specnote Deprecated starting in 1.5
452    */    */
453    @Deprecated
454  public synchronized void  public synchronized void
455  hide ()  hide ()
456  {  {

Legend:
Removed from v.1.18.2.4  
changed lines
  Added in v.1.18.2.5

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