/** {@inheritDoc} */
 public void goForward() {
   if (this.webViewWindowPtr != 0) WindowsWebViewJNI.goForward(this.webViewWindowPtr);
 }