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

Print this page

        

*** 1562,1572 **** rmObj = rmTmpObj; tmObj = tmTmpObj; bmObj = bmTmpObj; } else { if (lmObj == null || rmObj == null || ! tmObj == null || rmObj == null) { return; } else { leftMargin.setValue(lmObj); rightMargin.setValue(rmObj); topMargin.setValue(tmObj); --- 1562,1572 ---- rmObj = rmTmpObj; tmObj = tmTmpObj; bmObj = bmTmpObj; } else { if (lmObj == null || rmObj == null || ! tmObj == null || bmObj == null) { return; } else { leftMargin.setValue(lmObj); rightMargin.setValue(rmObj); topMargin.setValue(tmObj);