示例#1
0
 /*
  * (non-Javadoc)
  *
  * @see net.rim.device.api.ui.component.LabelField#layout(int, int)
  */
 public void layout(int width, int height) {
   FieldDelegate.layout(width, height, this);
 }