Exemplo n.º 1
0
 protected void setBoundsPrivate(int x, int y, int width, int height) {
   final FramePeer peer = (FramePeer) getPeer();
   if (peer != null) {
     peer.setBoundsPrivate(x, y, width, height);
   }
 }