Good day, I have the following specific problem. There is a program written in java, which works on two computers connected to one network. One computer has access to the Internet, and the other does not. Programs communicate with each other using the JGroup. On a computer without the Internet, there is a WebView element (javaFX). How to make so that this element could unload and display for example google.com? Thank you in advance.

  • Do you really need to reinvent the proxy with the browser? Or do you have any specific task? - Riĥard Brugekĥaim
  • Making a proxy inside my program would solve the problem, but in my case it would be enough to somehow save a web page with all the resources (pictures, styles, scripts) on a computer with the Internet and transfer it all to another to open the desired site from the saved data. Initially it is assumed that the site will be downloaded once and will not be updated further. - user222771

0