jdk/test/java/awt/FontClass/LCDScale.java
changeset 32427 c22b7e41adf3
parent 9035 1255eb81cc2f
equal deleted inserted replaced
32426:f20c72807bfd 32427:c22b7e41adf3
    77         if (bds2.getWidth()*s < bds1.getWidth()) {
    77         if (bds2.getWidth()*s < bds1.getWidth()) {
    78             throw new RuntimeException("Bounds too small");
    78             throw new RuntimeException("Bounds too small");
    79         }
    79         }
    80     }
    80     }
    81 }
    81 }
    82 
       
    83