コード例 #1
0
 /** {@inheritDoc} */
 public void goBack() {
   if (this.webViewWindowPtr != 0) WindowsWebViewJNI.goBack(this.webViewWindowPtr);
 }