예제 #1
0
 public int getIntProperty(String property, int defaultValue) {
   return frame.getIntProperty(property, defaultValue);
 }