jdk/src/java.desktop/share/classes/sun/print/ServiceDialog.java
changeset 29008 e368342daf04
parent 28231 b608ffcaed74
child 32865 f9cb6e427f9e
equal deleted inserted replaced
29007:4dd0e891af6d 29008:e368342daf04
  1562                 rmObj = rmTmpObj;
  1562                 rmObj = rmTmpObj;
  1563                 tmObj = tmTmpObj;
  1563                 tmObj = tmTmpObj;
  1564                 bmObj = bmTmpObj;
  1564                 bmObj = bmTmpObj;
  1565             } else {
  1565             } else {
  1566                 if (lmObj == null || rmObj == null ||
  1566                 if (lmObj == null || rmObj == null ||
  1567                     tmObj == null || rmObj == null) {
  1567                     tmObj == null || bmObj == null) {
  1568                     return;
  1568                     return;
  1569                 } else {
  1569                 } else {
  1570                     leftMargin.setValue(lmObj);
  1570                     leftMargin.setValue(lmObj);
  1571                     rightMargin.setValue(rmObj);
  1571                     rightMargin.setValue(rmObj);
  1572                     topMargin.setValue(tmObj);
  1572                     topMargin.setValue(tmObj);