I wrote a simple program, an applet that displays just an image, when you click on a browser that opens, the question is how to make a specific page open in this browser?

    1 answer 1

    If I correctly understood the task, then something like this:

    getAppletContext().showDocument(new URL("http://some.url"), "_blank");