示例#1
0
 /**
  * Apply the info from the dialog
  *
  * @param info The info
  * @param andShare Share the state with other widgets
  */
 protected void applyProperties(AnimationInfo info, boolean andShare) {
   if (boxPanel != null) {
     boxPanel.applyProperties(propertiesDialog.boxPanel);
   }
   setProperties(info);
   if (andShare) {
     doShare(CMD_PROPS, info);
   }
 }