< prev index next >

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

Print this page

        

*** 43,56 **** implements PrintRequestAttribute { private Frame dlgOwner; /** ! * Construct a new dialog type selection enumeration value with the ! * given integer value. * ! * @param value Integer value. */ public DialogOwner(Frame frame) { dlgOwner = frame; } --- 43,55 ---- implements PrintRequestAttribute { private Frame dlgOwner; /** ! * Construct a new dialog owner attribute with the given frame. * ! * @param frame the frame that owns the print dialog */ public DialogOwner(Frame frame) { dlgOwner = frame; }
< prev index next >