@Override
 public void restoreStates(Controller c) throws Exception {
   setContentSize(c.getProperty(getClass(), "size", DEFAULT_CONTENT_SIZE));
   setVerticalOffset(c.getProperty(getClass(), "offset", DEFAULT_VERTICAL_OFFSET));
   super.restoreStates(c);
 }