I would like someone to take me out of a doubt.
I have a web application with Java EE in Netbeans already ready, that is, it runs in the test browser and everything.
I would like to know if I can use this web application in a normal Java Application that is to run on a computer as a webview type desktop program, try to do a Webview and you can view the web page in the java application but Just as in the Android Studio I would like to be able to interact with each other, that is to say that from the java application I can control actions in the web java and vice versa.