void save() {
   mConf.setProperty(Config.VIEW_FRAME_WIDTH, this.getWidth());
   mConf.setProperty(Config.VIEW_FRAME_HEIGHT, this.getHeight());
 }