I have a question, that I have been trying to solve for days now.
I am using Eclipse to create a Java Application along with the Window Builder.
My question is, I have a button on the main frame, and if someone clicks on that button, a browser should be opened, and the given URL should be opened.
Is such method possible in Java?
I have tried various things but I just can’t figure it out.
You can use
Desktop.browse(URI).More info here: