src/share/classes/java/awt/peer/DialogPeer.java

Print this page

        

*** 62,70 **** * Block the specified windows. This is used for modal dialogs. * * @param windows the windows to block * * @see Dialog#modalShow() - * @see Dialog#blockWindows() */ void blockWindows(java.util.List<Window> windows); } --- 62,69 ----