src/share/classes/java/awt/Dialog.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 90,100 **** * @see WindowEvent * @see Window#addWindowListener * * @author Sami Shaio * @author Arthur van Hoff ! * @since JDK1.0 */ public class Dialog extends Window { static { /* ensure that the necessary native libraries are loaded */ --- 90,100 ---- * @see WindowEvent * @see Window#addWindowListener * * @author Sami Shaio * @author Arthur van Hoff ! * @since 1.0 */ public class Dialog extends Window { static { /* ensure that the necessary native libraries are loaded */