< prev index next >

src/java.desktop/share/classes/sun/print/DialogOwner.java

Print this page

        

*** 46,56 **** /** * Construct a new dialog type selection enumeration value with the * given integer value. * ! * @param value Integer value. */ public DialogOwner(Frame frame) { dlgOwner = frame; } --- 46,56 ---- /** * Construct a new dialog type selection enumeration value with the * given integer value. * ! * @param frame Integer value. */ public DialogOwner(Frame frame) { dlgOwner = frame; }
< prev index next >