/** Destroy all native components of the BrowserFrame. */
 public void destroy() {
   nativeDestroyFrame();
   removeCallbacksAndMessages(null);
 }