Example #1
0
 public static int imageWidth(BufferedImage paramBufferedImage) {
   ApplyToArgs localApplyToArgs = Scheme.applyToArgs;
   Object localObject = loc$$St$DtgetWidth;
   try {
     localObject = ((Location) localObject).get();
     return ((Number) localApplyToArgs.apply2(localObject, paramBufferedImage)).intValue();
   } catch (UnboundLocationException paramBufferedImage) {
     paramBufferedImage.setLine("gui.scm", 74, 3);
     throw paramBufferedImage;
   }
 }